diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-18 23:32:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-18 23:32:51 +0000 |
commit | 25504adc78bc17f92b982408edbaa8ec99636011 (patch) | |
tree | c364fd3edebfa5553bb8dfb69fe099e0b121c09f /sysutils/nut | |
parent | faf5e464a474c4675116c225a5fcc7cf70340413 (diff) | |
download | ports-25504adc78bc17f92b982408edbaa8ec99636011.tar.gz ports-25504adc78bc17f92b982408edbaa8ec99636011.zip |
Notes
Diffstat (limited to 'sysutils/nut')
-rw-r--r-- | sysutils/nut/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 8882b3ab6420..8fafc5297fdc 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -7,7 +7,7 @@ PORTNAME= nut PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -127,11 +127,7 @@ PLIST_SUB+= NUT_SNMP="@comment " .endif .if !defined(WITHOUT_NEON) -.if exists(${LOCALBASE}/lib/libneon.so.26) -LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon26 -.else LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28 -.endif CONFIGURE_ARGS+= --with-neonxml MAN8+= netxml-ups.8 PLIST_SUB+= NUT_NEON="" |