aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-01-25 03:27:27 +0800
committerantoine <antoine@FreeBSD.org>2015-01-25 03:27:27 +0800
commit8adc2e3d29caea6a5b7a4e1d20392df0c59e3996 (patch)
tree878c43ec9c169df86ede874ebe773efc989d0f01 /print
parentb3bf612f5d1af0bb5c9a69f87df28e8b6bbb7c9f (diff)
downloadfreebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.gz
freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.zst
freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.zip
Fix some _DEPENDS
Diffstat (limited to 'print')
-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