aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2009-05-20 19:57:36 +0800
committeraraujo <araujo@FreeBSD.org>2009-05-20 19:57:36 +0800
commitd685040cf3354e919c8fed201cacf865522e2731 (patch)
tree800f152ee9db5551a3cbffc2f240961328be3adf /x11-toolkits
parent5d45b038a49c538a2bb7fd399dc01a9cc802bf20 (diff)
downloadfreebsd-ports-gnome-d685040cf3354e919c8fed201cacf865522e2731.tar.gz
freebsd-ports-gnome-d685040cf3354e919c8fed201cacf865522e2731.tar.zst
freebsd-ports-gnome-d685040cf3354e919c8fed201cacf865522e2731.zip
- These ports needs libcups.so to build.
PR: ports/134662 Submitted by: dionex
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/fox12/Makefile1
-rw-r--r--x11-toolkits/fox14/Makefile1
-rw-r--r--x11-toolkits/fox16/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/fox12/Makefile b/x11-toolkits/fox12/Makefile
index 939898a34bb0..4d951caeb776 100644
--- a/x11-toolkits/fox12/Makefile
+++ b/x11-toolkits/fox12/Makefile
@@ -75,6 +75,7 @@ CONFIGURE_ARGS+= --with-xshm=yes
.endif
#
.if defined(WITH_CUPS)
+LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
CONFIGURE_ARGS+= --enable-cups
.else
CONFIGURE_ARGS+= --disable-cups
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile
index 3c0de3fd2d67..659c523baf69 100644
--- a/x11-toolkits/fox14/Makefile
+++ b/x11-toolkits/fox14/Makefile
@@ -70,6 +70,7 @@ CONFIGURE_ARGS+= --with-xshm=yes
.endif
#
.if defined(WITH_CUPS)
+LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
CONFIGURE_ARGS+= --enable-cups
.else
CONFIGURE_ARGS+= --disable-cups
diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile
index c3019064f94d..1c5cbe5879e2 100644
--- a/x11-toolkits/fox16/Makefile
+++ b/x11-toolkits/fox16/Makefile
@@ -70,6 +70,7 @@ CONFIGURE_ARGS+= --with-xshm=yes
.endif
#
.if defined(WITH_CUPS)
+LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
CONFIGURE_ARGS+= --enable-cups
.else
CONFIGURE_ARGS+= --disable-cups