diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-09-09 22:03:33 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-09-09 22:03:33 +0000 |
commit | b285d069bc2a28e5af4a69a9c06b5371c4d51f0f (patch) | |
tree | 077c5820da2aab96f3e483aac8185018f7d094d8 /print | |
parent | 2263cd17fee134479057bd49c8ec3f842a96de87 (diff) | |
download | ports-b285d069bc2a28e5af4a69a9c06b5371c4d51f0f.tar.gz ports-b285d069bc2a28e5af4a69a9c06b5371c4d51f0f.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/hpijs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index cb5e2082cef1..c99c18fc6482 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -31,6 +31,10 @@ OPTIONS= CUPS "install support for cups" on \ .include <bsd.port.pre.mk> +.if defined(WITH_CUPS) || defined(WITH_FOOMATIC) +CONFLICTS+= foomatic-filters-* +.endif + .if !defined(WITHOUT_CUPS) LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base CONFIGURE_ARGS+= --enable-cups-install |