diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-09 08:56:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-09 08:56:46 +0000 |
commit | 67c42d50e561b3374b4b173367debbf154026f7a (patch) | |
tree | b74a57f0ead0766ddf488682d327abf5a8d0b008 /x11-wm/fvwm2 | |
parent | 1c19f6d24f657a9587f6ea3cad1d982fc177a9c5 (diff) | |
download | ports-67c42d50e561b3374b4b173367debbf154026f7a.tar.gz ports-67c42d50e561b3374b4b173367debbf154026f7a.zip |
Notes
Diffstat (limited to 'x11-wm/fvwm2')
-rw-r--r-- | x11-wm/fvwm2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index 955e5f2ca917..e3b42a002a8f 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -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 \ |