aboutsummaryrefslogtreecommitdiff
path: root/print/hpijs
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-01-24 19:27:27 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-01-24 19:27:27 +0000
commitbd63b368ac6c8b827af01c0fe47e53201f19a1a4 (patch)
tree878c43ec9c169df86ede874ebe773efc989d0f01 /print/hpijs
parent2a1526559cddb6423542853a283b9c87ca246492 (diff)
downloadports-bd63b368ac6c8b827af01c0fe47e53201f19a1a4.tar.gz
ports-bd63b368ac6c8b827af01c0fe47e53201f19a1a4.zip
Notes
Diffstat (limited to 'print/hpijs')
-rw-r--r--print/hpijs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile
index 7f49ac0a8b51..f5f0ad4df9ff 100644
--- a/print/hpijs/Makefile
+++ b/print/hpijs/Makefile
@@ -39,7 +39,8 @@ PLIST_SUB+= FOOMATIC="@comment "
.endif
.if ${PORT_OPTIONS:MCUPS}
-LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-base
+BUILD_DEPENDS+= cups-base>0:${PORTSDIR}/print/cups-base
+RUN_DEPENDS+= cups-base>0:${PORTSDIR}/print/cups-base
CONFIGURE_ARGS+= --enable-cups-install
PLIST_SUB+= CUPS=""
.else