diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-19 01:16:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-19 01:16:15 +0800 |
commit | 1925e10255b9da0feaf9df329f9a677f85a34684 (patch) | |
tree | 423eb356c2fa0bc194e42c86fb26f3995419fa21 /x11-toolkits | |
parent | d005b9dc27a93c79625209a65f316f23b881fbb4 (diff) | |
download | marcuscom-ports-1925e10255b9da0feaf9df329f9a677f85a34684.tar marcuscom-ports-1925e10255b9da0feaf9df329f9a677f85a34684.tar.gz marcuscom-ports-1925e10255b9da0feaf9df329f9a677f85a34684.tar.bz2 marcuscom-ports-1925e10255b9da0feaf9df329f9a677f85a34684.tar.lz marcuscom-ports-1925e10255b9da0feaf9df329f9a677f85a34684.tar.xz marcuscom-ports-1925e10255b9da0feaf9df329f9a677f85a34684.tar.zst marcuscom-ports-1925e10255b9da0feaf9df329f9a677f85a34684.zip |
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12319 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 85274e760..2d18efe06 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.154 2009/05/06 13:33:01 kwm Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.155 2009/05/10 18:34:41 marcus Exp $ # PORTNAME= gtk @@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --enable-debug=yes .if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && \ !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+=--enable-cups=auto PLIST_SUB+= CUPS:="" .else |