diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-07-28 20:43:22 +0800 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-07-28 20:43:22 +0800 |
commit | c9e4736d2605489c89ee57fabda4f3b73ac7f697 (patch) | |
tree | fa4d8674f0da7472938b5014d40b6cebb69e4b18 /print | |
parent | a63158257c7d451ba40deeadea026a99862851d0 (diff) | |
download | freebsd-ports-gnome-c9e4736d2605489c89ee57fabda4f3b73ac7f697.tar.gz freebsd-ports-gnome-c9e4736d2605489c89ee57fabda4f3b73ac7f697.tar.zst freebsd-ports-gnome-c9e4736d2605489c89ee57fabda4f3b73ac7f697.zip |
- Chase net-snmp shlib version 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 6c40f6e412c0..59ffadd555ff 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -7,6 +7,7 @@ PORTNAME= hplip PORTVERSION= 3.11.5 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF @@ -119,7 +120,7 @@ PLIST_SUB+= FAX="@comment " .if defined(WITH_SNMP) USE_OPENSSL= yes -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --enable-network-build . if ${ARCH} == i386 # http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144833 |