svn commit: r337950 - head/graphics/webp
Johan van Selst
johans at FreeBSD.org
Sun Dec 29 10:22:56 UTC 2013
Author: johans
Date: Sun Dec 29 10:22:56 2013
New Revision: 337950
URL: http://svnweb.freebsd.org/changeset/ports/337950
Log:
Use equivalent OPTIONS_SUB notation
Submitted by: nemysis
Modified:
head/graphics/webp/Makefile
Modified: head/graphics/webp/Makefile
==============================================================================
--- head/graphics/webp/Makefile Sun Dec 29 09:51:52 2013 (r337949)
+++ head/graphics/webp/Makefile Sun Dec 29 10:22:56 2013 (r337950)
@@ -26,15 +26,14 @@ CONFIGURE_ARGS+=--with-pkgconfigdir=${PR
--enable-libwebpdecoder
OPTIONS_DEFINE= X11
+OPTIONS_SUB= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX11}
USE_GL= glut
-PLIST_SUB= X11=""
.else
CONFIGURE_ARGS+=--with-glincludedir=/dev/null
-PLIST_SUB= X11="@comment "
.endif
post-install:
More information about the svn-ports-all
mailing list