aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-05-18 17:08:19 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-05-18 17:08:19 +0000
commitfbbce086f31bbbf7b51dd4ae6d668dc3a9f1d395 (patch)
tree90a8e521064c707ce6d7023bd13f6576013761e6 /x11-toolkits/gtk30
parent5631d939d75b66404aa8c974c09f4bd4d8ebf8b7 (diff)
downloadports-fbbce086f31bbbf7b51dd4ae6d668dc3a9f1d395.tar.gz
ports-fbbce086f31bbbf7b51dd4ae6d668dc3a9f1d395.zip
Notes
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r--x11-toolkits/gtk30/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index 1923e274077f..b11e8f79de62 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -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