svn commit: r345133 - head/net/tsclient

Koop Mast kwm at FreeBSD.org
Wed Feb 19 19:07:51 UTC 2014


Author: kwm
Date: Wed Feb 19 19:07:51 2014
New Revision: 345133
URL: http://svnweb.freebsd.org/changeset/ports/345133
QAT: https://qat.redports.org/buildarchive/r345133/

Log:
  Disable gnome-panel 2.x support. It will go away in the GNOME 3 import.

Modified:
  head/net/tsclient/Makefile

Modified: head/net/tsclient/Makefile
==============================================================================
--- head/net/tsclient/Makefile	Wed Feb 19 19:03:43 2014	(r345132)
+++ head/net/tsclient/Makefile	Wed Feb 19 19:07:51 2014	(r345133)
@@ -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


More information about the svn-ports-head mailing list