diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 19:27:27 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 19:27:27 +0000 |
commit | bd63b368ac6c8b827af01c0fe47e53201f19a1a4 (patch) | |
tree | 878c43ec9c169df86ede874ebe773efc989d0f01 /print/hpijs | |
parent | 2a1526559cddb6423542853a283b9c87ca246492 (diff) | |
download | ports-bd63b368ac6c8b827af01c0fe47e53201f19a1a4.tar.gz ports-bd63b368ac6c8b827af01c0fe47e53201f19a1a4.zip |
Notes
Diffstat (limited to 'print/hpijs')
-rw-r--r-- | print/hpijs/Makefile | 3 |
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 |