diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-09-05 13:02:37 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-09-05 13:02:37 +0000 |
commit | b87927e46514847d8e4dd19ba7ab573323321ad2 (patch) | |
tree | 3bbde15c2fccb097e1ed7a0730806f9ddae95305 /sysutils/nut22 | |
parent | 231427f634d6d203d8b65a9b306cf099b4822352 (diff) |
Notes
Diffstat (limited to 'sysutils/nut22')
-rw-r--r-- | sysutils/nut22/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile index 80e9cb5c82b1..3783c61bec61 100644 --- a/sysutils/nut22/Makefile +++ b/sysutils/nut22/Makefile @@ -116,7 +116,11 @@ 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="" |