Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2013 13:33:02 +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: r315719 - head/x11-wm/fvwm2
Message-ID:  <201304041333.r34DX295067995@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=""



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