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 | |
parent | 5d45b038a49c538a2bb7fd399dc01a9cc802bf20 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/fox14/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/fox16/Makefile | 1 |
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 |