aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-05-19 01:08:19 +0800
committermarcus <marcus@FreeBSD.org>2009-05-19 01:08:19 +0800
commit45a62d1ae49958d02eed71ef4f2dbdc60586ac55 (patch)
tree54f219e17fb1e0bc58beb441500109cd2523fe3e /x11-toolkits
parent5f83234be0ffcf78b5b0da5d2d7d603b0de57cba (diff)
downloadfreebsd-ports-gnome-45a62d1ae49958d02eed71ef4f2dbdc60586ac55.tar.gz
freebsd-ports-gnome-45a62d1ae49958d02eed71ef4f2dbdc60586ac55.tar.zst
freebsd-ports-gnome-45a62d1ae49958d02eed71ef4f2dbdc60586ac55.zip
Fix the CUPS dependency.
PR: 134641 Submitted by: dinoex
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk20/Makefile2
-rw-r--r--x11-toolkits/gtk30/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 1923e274077f..b11e8f79de62 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/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
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