diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-02 19:14:17 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-02 19:14:17 +0000 |
commit | da2897022c647d5daf877b052b01078026b9bcda (patch) | |
tree | a453d24abd5fef9eb12c317aab3c0f61295308c9 /print/hplip | |
parent | d8fd1a8696e0ed29195c9c40727c92134e01ad8a (diff) | |
download | ports-da2897022c647d5daf877b052b01078026b9bcda.tar.gz ports-da2897022c647d5daf877b052b01078026b9bcda.zip |
Notes
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 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 |