diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 09:19:04 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 09:19:04 +0800 |
commit | 0a23993ee737a5c7f86999b70de14c23cb8bb303 (patch) | |
tree | 017505a5c0b010280d4003ef49c85d841149c789 /print/hplip | |
parent | 512c546b626c81f8d41fe3a7e421c11ddf93f855 (diff) | |
download | freebsd-ports-graphics-0a23993ee737a5c7f86999b70de14c23cb8bb303.tar.gz freebsd-ports-graphics-0a23993ee737a5c7f86999b70de14c23cb8bb303.tar.zst freebsd-ports-graphics-0a23993ee737a5c7f86999b70de14c23cb8bb303.zip |
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
Diffstat (limited to 'print/hplip')
-rw-r--r-- | print/hplip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index f1270c32230..37089689914 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -7,6 +7,7 @@ PORTNAME= hplip PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hplip @@ -18,7 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ sane.1:${PORTSDIR}/graphics/sane-backends \ cups.2:${PORTSDIR}/print/cups-base \ usb:${PORTSDIR}/devel/libusb \ - netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp + netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp CONFLICTS= hpijs-* foomatic-filters-* |