svn commit: r315719 - head/x11-wm/fvwm2

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 4 13:33:03 UTC 2013


Author: bapt
Date: Thu Apr  4 13:33:02 2013
New Revision: 315719
URL: http://svnweb.freebsd.org/changeset/ports/315719

Log:
  Fix conversion to new options framework
  
  Reported by:	John Marino
  Approved by:	portmgr (implicit)
  With hat:	portmgr

Modified:
  head/x11-wm/fvwm2/Makefile

Modified: head/x11-wm/fvwm2/Makefile
==============================================================================
--- head/x11-wm/fvwm2/Makefile	Thu Apr  4 13:21:22 2013	(r315718)
+++ head/x11-wm/fvwm2/Makefile	Thu Apr  4 13:33:02 2013	(r315719)
@@ -80,7 +80,7 @@ CONFIGURE_ARGS+=	--with-png-includes=${L
 CONFIGURE_ARGS+=	--without-png-library
 .endif
 
-.if ${PORT_OPTIONS:MSVG) && !defined(WITHOUT_SVG}
+.if ${PORT_OPTIONS:MSVG}
 USE_GNOME+=	librsvg2
 .else
 CONFIGURE_ARGS+=	--disable-rsvg
@@ -96,7 +96,7 @@ CONFIGURE_ARGS+=	--disable-bidi
 
 PLIST_SUB+=	FVWM_VERSION="${PORTVERSION}"
 
-.if ${PORT_OPTIONS:MIMLIB) && !defined(WITHOUT_GTK}
+.if ${PORT_OPTIONS:MIMLIB} && !defined(WITHOUT_GTK)
 USE_GNOME+=	imlib
 CONFIGURE_ARGS+=	--enable-gtktest --enable-imlibtest
 PLIST_SUB+=	GTK=""


More information about the svn-ports-head mailing list