From 587adef7caaab836976846641097a9c125c8998b Mon Sep 17 00:00:00 2001 From: dougb Date: Fri, 9 Sep 2011 22:03:33 +0000 Subject: Add conflicts with foomatic-filters PR: ports/100431 Submitted by: Bengt Ahlgren --- print/hpijs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'print') 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 +.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 -- cgit