diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-31 21:19:19 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-31 21:19:19 +0800 |
commit | 4c4944fb5221dda10d5dc41a49902e5403b43546 (patch) | |
tree | 66c4985c61646e1d72a227feae1a884d415c5a42 /print/hplip3 | |
parent | 5c5e392fbc905144789fd2fe04da82443f59cd9e (diff) | |
download | freebsd-ports-gnome-4c4944fb5221dda10d5dc41a49902e5403b43546.tar.gz freebsd-ports-gnome-4c4944fb5221dda10d5dc41a49902e5403b43546.tar.zst freebsd-ports-gnome-4c4944fb5221dda10d5dc41a49902e5403b43546.zip |
- Fix spelling of CONFLICTS
PR: ports/108588
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Diffstat (limited to 'print/hplip3')
-rw-r--r-- | print/hplip3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/hplip3/Makefile b/print/hplip3/Makefile index b4bbd0a1cf33..f1270c322300 100644 --- a/print/hplip3/Makefile +++ b/print/hplip3/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 \ |