diff options
author | dougb <dougb@FreeBSD.org> | 2011-09-10 06:03:33 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-09-10 06:03:33 +0800 |
commit | 587adef7caaab836976846641097a9c125c8998b (patch) | |
tree | 3d071506076c03c9a1551613fd80d24b7f9c259a /print/hpijs | |
parent | 0db7f222d2b0e75fa7dd49a5fc072a5b1fe46f13 (diff) | |
download | freebsd-ports-gnome-587adef7caaab836976846641097a9c125c8998b.tar.gz freebsd-ports-gnome-587adef7caaab836976846641097a9c125c8998b.tar.zst freebsd-ports-gnome-587adef7caaab836976846641097a9c125c8998b.zip |
Add conflicts with foomatic-filters
PR: ports/100431
Submitted by: Bengt Ahlgren <bengta@sics.se>
Diffstat (limited to 'print/hpijs')
-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 |