diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-05 01:04:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-05 01:04:25 +0000 |
commit | 76a9b6e9fff6ed702c533547e4601380ad424e60 (patch) | |
tree | 4041248e6edee7c1cffba9d7b3dedae300ff5e42 /print/hplip | |
parent | 0c9633b2460e828988b43a9884d7abade70790f3 (diff) |
Notes
Diffstat (limited to 'print/hplip')
-rw-r--r-- | print/hplip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index a8629e452bc8..39bd09ac929a 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 \ foomatic-rip:${PORTSDIR}/print/foomatic-filters -CONFLICTS= hpijs-* +CONFLICTS= hpijs-[0-9]* hplip-[3-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ |