Date: Sun, 29 Dec 2013 10:22:56 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337950 - head/graphics/webp Message-ID: <201312291022.rBTAMuEv072214@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291022.rBTAMuEv072214>