diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-02-08 06:30:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-02-08 06:30:30 +0800 |
commit | f516167704d9755e0afe273db6d9ef780eddcbbe (patch) | |
tree | 9c4ecb6a51359eb196c602902877466662c9751d /x11-toolkits | |
parent | 6212a7171179b3599f48a57b4e3e09884dcf1953 (diff) | |
download | marcuscom-ports-f516167704d9755e0afe273db6d9ef780eddcbbe.tar marcuscom-ports-f516167704d9755e0afe273db6d9ef780eddcbbe.tar.gz marcuscom-ports-f516167704d9755e0afe273db6d9ef780eddcbbe.tar.bz2 marcuscom-ports-f516167704d9755e0afe273db6d9ef780eddcbbe.tar.lz marcuscom-ports-f516167704d9755e0afe273db6d9ef780eddcbbe.tar.xz marcuscom-ports-f516167704d9755e0afe273db6d9ef780eddcbbe.tar.zst marcuscom-ports-f516167704d9755e0afe273db6d9ef780eddcbbe.zip |
Add OPTIONS_SUB so CUPS is a PLIST_SUB again. Which fixes packaging/install.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19004 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 9efaf1240..8afafcdf0 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -51,6 +51,7 @@ GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \ OPTIONS_DEFINE= CUPS COLORD DEBUG OPTIONS_DEFAULT=CUPS COLORD +OPTIONS_SUB= yes COLORD_DESC= Color profile support COLORD_LIB_DEPENDS= libcolord.so:${PORTSDIR}/graphics/colord COLORD_CONFIGURE_ENABLE=colord |