diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-12-24 06:03:22 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-12-24 06:03:22 +0000 |
commit | 311e3b182fea2d5d48c73bbc2d21395a446b7d01 (patch) | |
tree | 6d0a0be85421fd0336f4e6fafa7b7551fc62d88c /sysutils/nut | |
parent | 6ccec1b7814ed644e9a6acadc1aebc706b038ada (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 f0823fce0418..7b1f2f610170 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -3,7 +3,7 @@ PORTNAME= nut PORTVERSION= 2.7.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -105,7 +105,7 @@ PLIST_SUB+= NUT_SNMP="@comment " .endif .if ${PORT_OPTIONS:MNEON} -LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon29 +LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon CONFIGURE_ARGS+= --with-neonxml PLIST_SUB+= NUT_NEON="" .else |