diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2010-07-30 22:14:49 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2010-07-30 22:14:49 +0000 |
commit | 113641e728e938d480f5c33ddd6a1ad6b06c2ab7 (patch) | |
tree | 13d8a1389a6f4c52c2e1d9583ff1313b5292a6bb /sysutils/nut | |
parent | 7bb5db52e1a44398d3bc9df3190bdfa7fc4375ec (diff) |
Notes
Diffstat (limited to 'sysutils/nut')
-rw-r--r-- | sysutils/nut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index e1dfacffb3c7..3edfcbdc19a2 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -7,7 +7,7 @@ PORTNAME= nut PORTVERSION= 2.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -127,7 +127,7 @@ PLIST_SUB+= NUT_SNMP="@comment " .endif .if !defined(WITHOUT_NEON) -LIB_DEPENDS+= neon.29:${PORTSDIR}/www/neon29 +LIB_DEPENDS+= neon.27:${PORTSDIR}/www/neon29 CONFIGURE_ARGS+= --with-neonxml MAN8+= netxml-ups.8 PLIST_SUB+= NUT_NEON="" |