svn commit: r306197 - head/graphics/aalib

Eitan Adler eadler at FreeBSD.org
Sat Oct 20 15:54:07 UTC 2012


Author: eadler
Date: Sat Oct 20 15:54:07 2012
New Revision: 306197
URL: http://svn.freebsd.org/changeset/ports/306197

Log:
  Convert to OptionsNG
  
  Feature safe:	yes

Modified:
  head/graphics/aalib/Makefile

Modified: head/graphics/aalib/Makefile
==============================================================================
--- head/graphics/aalib/Makefile	Sat Oct 20 15:44:02 2012	(r306196)
+++ head/graphics/aalib/Makefile	Sat Oct 20 15:54:07 2012	(r306197)
@@ -18,7 +18,9 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INFO=		aalib
 
-.if !defined(WITHOUT_X11)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MX11}
 USE_XORG=	x11
 CONFIGURE_ARGS=	--x-includes="${LOCALBASE}/include" \
 		--x-libraries="${LOCALBASE}/lib"


More information about the svn-ports-head mailing list