aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/fox12
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/fox12
parent5d45b038a49c538a2bb7fd399dc01a9cc802bf20 (diff)
downloadfreebsd-ports-graphics-d685040cf3354e919c8fed201cacf865522e2731.tar.gz
freebsd-ports-graphics-d685040cf3354e919c8fed201cacf865522e2731.tar.zst
freebsd-ports-graphics-d685040cf3354e919c8fed201cacf865522e2731.zip
- These ports needs libcups.so to build.
PR: ports/134662 Submitted by: dionex
Diffstat (limited to 'x11-toolkits/fox12')
-rw-r--r--x11-toolkits/fox12/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/fox12/Makefile b/x11-toolkits/fox12/Makefile
index 939898a34bb..4d951caeb77 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