diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2005-11-30 05:23:10 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2005-11-30 05:23:10 +0000 |
commit | 6b858f7dee09a58e39625ce488c8bccc00e859cb (patch) | |
tree | b11744c10dd2b92dbe297cebfd655250855a4c3b /graphics/hpoj | |
parent | 8bad2f31f7d330400081a24f5d9367f6f6885aef (diff) | |
download | FreeBSD-ports-6b858f7dee09a58e39625ce488c8bccc00e859cb.zip FreeBSD-ports-6b858f7dee09a58e39625ce488c8bccc00e859cb.tar.gz |
Chase shlib version bump of net-snmp.
Diffstat (limited to 'graphics/hpoj')
-rw-r--r-- | graphics/hpoj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hpoj/Makefile b/graphics/hpoj/Makefile index 78a30ff..160ff45 100644 --- a/graphics/hpoj/Makefile +++ b/graphics/hpoj/Makefile @@ -8,7 +8,7 @@ PORTNAME= hpoj PORTVERSION= 0.91 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hpoj @@ -55,7 +55,7 @@ PLIST_SUB+= CUPS="@comment " .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--with-snmp=${LOCALBASE}/include/net-snmp/library .else CONFIGURE_ARGS+=--without-snmp |