diff options
author | araujo <araujo@FreeBSD.org> | 2009-05-20 19:57:36 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-05-20 19:57:36 +0800 |
commit | d685040cf3354e919c8fed201cacf865522e2731 (patch) | |
tree | 800f152ee9db5551a3cbffc2f240961328be3adf /x11-toolkits/fox12 | |
parent | 5d45b038a49c538a2bb7fd399dc01a9cc802bf20 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |