diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-05 02:41:57 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-05 02:41:57 +0800 |
commit | aeed4c6eb3a37a05010e3b78cf435e1bead43c6a (patch) | |
tree | 5c9d8fb1150f3bae669158b81fa1286aaff3480b /x11-toolkits/gtk20/Makefile | |
parent | 1ccab45efae0d840955554fc0e433725a03ee932 (diff) | |
download | marcuscom-ports-aeed4c6eb3a37a05010e3b78cf435e1bead43c6a.tar marcuscom-ports-aeed4c6eb3a37a05010e3b78cf435e1bead43c6a.tar.gz marcuscom-ports-aeed4c6eb3a37a05010e3b78cf435e1bead43c6a.tar.bz2 marcuscom-ports-aeed4c6eb3a37a05010e3b78cf435e1bead43c6a.tar.lz marcuscom-ports-aeed4c6eb3a37a05010e3b78cf435e1bead43c6a.tar.xz marcuscom-ports-aeed4c6eb3a37a05010e3b78cf435e1bead43c6a.tar.zst marcuscom-ports-aeed4c6eb3a37a05010e3b78cf435e1bead43c6a.zip |
Sync with ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10863 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 354153503..7db9a6328 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.122 2008/02/23 17:36:15 ahze Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.124 2008/03/24 14:57:11 ahze Exp $ # PORTNAME= gtk @@ -68,8 +68,10 @@ CONFIGURE_ARGS+= --enable-debug=yes .if defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so) LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base PLIST_SUB+= CUPS:="" +CONFIGURE_ARGS+=--enable-cups=auto .else PLIST_SUB+= CUPS:="@comment " +CONFIGURE_ARGS+=--disable-cups .endif post-patch: |