Disable gnome-panel 2.x support. It will go away in the GNOME 3 import.
This commit is contained in:
parent
56719d4132
commit
7fff8e4995
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345133
@ -17,27 +17,20 @@ USE_GNOME= gtk20
|
||||
USES= gettext gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`"
|
||||
CONFIGURE_ARGS= --disable-gnome
|
||||
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAN1= tsclient.1
|
||||
PORTDOCS= COPYING NEWS README
|
||||
|
||||
OPTIONS_DEFINE= GNOME TIGHTVNC XNEST DOCS
|
||||
OPTIONS_DEFAULT= GNOME
|
||||
OPTIONS_DEFINE= TIGHTVNC XNEST DOCS
|
||||
TIGHTVNC_DESC= vncviewer support
|
||||
XNEST_DESC= X via Xnest support
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGNOME}
|
||||
USES+= pathfix
|
||||
USE_GNOME+= gnomeprefix gnomepanel libgnomeui
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-gnome
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MTIGHTVNC}
|
||||
RUN_DEPENDS+= vncviewer:${PORTSDIR}/net/tightvnc
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user