diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 01:19:04 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 01:19:04 +0000 |
commit | 384985f41e0668161a45f655a860dc0c9f558eca (patch) | |
tree | b503a0d56b7d5e1d463884061ef6ee608085f876 /graphics/hpoj/Makefile | |
parent | bd92a4a0a5888a4c2b0b86a9321aab9271127895 (diff) | |
download | ports-384985f41e0668161a45f655a860dc0c9f558eca.tar.gz ports-384985f41e0668161a45f655a860dc0c9f558eca.zip |
Notes
Diffstat (limited to 'graphics/hpoj/Makefile')
-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 bb58c2a97f4b..5046bdf96099 100644 --- a/graphics/hpoj/Makefile +++ b/graphics/hpoj/Makefile @@ -8,7 +8,7 @@ PORTNAME= hpoj PORTVERSION= 0.91 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hpoj @@ -58,7 +58,7 @@ PLIST_SUB+= CUPS="@comment " .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--with-snmp=${LOCALBASE}/include/net-snmp/library .else CONFIGURE_ARGS+=--without-snmp |