diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-11-30 05:23:10 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-11-30 05:23:10 +0000 |
commit | b650876e963062651e843375d9035e795f8374d8 (patch) | |
tree | 42f15e742451b527b3ca816be69895f50678abc1 /graphics/hpoj | |
parent | de310693e85521514938b64185d9b5d6c25cb416 (diff) |
Chase shlib version bump of net-snmp.
Notes
Notes:
svn path=/head/; revision=149997
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 78a30ff5cce5..160ff450ec14 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 |