diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 18:58:30 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 18:58:30 +0800 |
commit | 7080b62237fd548d204b8488db6e840fcd851d4b (patch) | |
tree | d8e7c98eb86a35829a71897a411d14a02b35abb2 /print/hplip | |
parent | 879c2b53ffb6286bd81713d98c97138dd8d83785 (diff) | |
download | freebsd-ports-graphics-7080b62237fd548d204b8488db6e840fcd851d4b.tar.gz freebsd-ports-graphics-7080b62237fd548d204b8488db6e840fcd851d4b.tar.zst freebsd-ports-graphics-7080b62237fd548d204b8488db6e840fcd851d4b.zip |
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
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 400051d579b..a1ad2a60ec7 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -7,6 +7,7 @@ PORTNAME= hplip PORTVERSION= 2.8.2 +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.10:${PORTSDIR}/net-mgmt/net-snmp + netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 \ foomatic-rip:${PORTSDIR}/print/foomatic-filters |