diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-06-03 03:14:17 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-06-03 03:14:17 +0800 |
commit | 34603e8eb6b148c6f25e97293616f724f6bfc24b (patch) | |
tree | 44ff5dbdffef038f8fddda1b51582dc85f9d2391 /print | |
parent | bcdb489feb9f54fb85842a3b61435a479aab6ad7 (diff) | |
download | freebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.tar.gz freebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.tar.zst freebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.zip |
- Chase net-snmp shlib bump
Diffstat (limited to 'print')
-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 23a9abc2ac6a..16de2a69468f 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -7,6 +7,7 @@ PORTNAME= hplip PORTVERSION= 3.10.5 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF @@ -98,7 +99,7 @@ RUN_DEPENDS+= xsane:${PORTSDIR}/graphics/xsane .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --enable-network-build .else CONFIGURE_ARGS+= --disable-network-build |