Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2013 08:56:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335956 - head/x11-wm/fvwm2
Message-ID:  <201312090856.rB98ukdC009893@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Dec  9 08:56:46 2013
New Revision: 335956
URL: http://svnweb.freebsd.org/changeset/ports/335956

Log:
  We do not provide any gnome1 library anymore

Modified:
  head/x11-wm/fvwm2/Makefile

Modified: head/x11-wm/fvwm2/Makefile
==============================================================================
--- head/x11-wm/fvwm2/Makefile	Mon Dec  9 08:43:59 2013	(r335955)
+++ head/x11-wm/fvwm2/Makefile	Mon Dec  9 08:56:46 2013	(r335956)
@@ -28,14 +28,13 @@ USE_XORG=	xpm xft
 USE_BZIP2=	yes
 WANT_GNOME=	yes
 
-OPTIONS_DEFINE=	ICONS ICONV STROKE RPLAY SESSION_MGMT PNG SVG BIDI NLS IMLIB GNOME1
+OPTIONS_DEFINE=	ICONS ICONV STROKE RPLAY SESSION_MGMT PNG SVG BIDI NLS IMLIB
 OPTIONS_DEFAULT=	ICONV ICONV PNG
 STROKE_DESC=		support for mouse gestures
 RPLAY_DESC=		RPlay support in FvwmEvent
 SESSION_MGMT_DESC=	Session Management support
 BIDI_DESC=		Asian bi-directional text support
 IMLIB_DESC=		imlib library (requires gtk12)
-GNOME1_DESC=		GNOME 1 desktop support
 
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
@@ -119,12 +118,7 @@ CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB+=	NLS="@comment not installed: "
 .endif
 
-.if ${PORT_OPTIONS:MGNOME1}
-USE_GNOME+=gnomelibs
-CONFIGURE_ARGS+=	--with-gnome
-.else
 CONFIGURE_ARGS+=	--without-gnome
-.endif
 
 MAN1+=	FvwmAnimate.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \
 	FvwmCommand.1 FvwmConsole.1 FvwmConsoleC.pl.1 FvwmCpp.1 FvwmDebug.1 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312090856.rB98ukdC009893>