diff options
author | pav <pav@FreeBSD.org> | 2007-01-31 21:19:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-31 21:19:19 +0800 |
commit | b2ea2a694a050043c092561e623b47fd8f21dc7e (patch) | |
tree | fb62ea3b51c6af72cd75ad16b252a56ab1b6000d /print/hplip | |
parent | 79672e2b458a8f2c21f43a8a87afe755a7aa411c (diff) | |
download | freebsd-ports-graphics-b2ea2a694a050043c092561e623b47fd8f21dc7e.tar.gz freebsd-ports-graphics-b2ea2a694a050043c092561e623b47fd8f21dc7e.tar.zst freebsd-ports-graphics-b2ea2a694a050043c092561e623b47fd8f21dc7e.zip |
- Fix spelling of CONFLICTS
PR: ports/108588
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
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 b4bbd0a1cf3..f1270c32230 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ usb:${PORTSDIR}/devel/libusb \ netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp -CONFLITS= hpijs-* foomatic-filters-* +CONFLICTS= hpijs-* foomatic-filters-* GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ |