diff options
-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 |