diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-09-05 21:02:37 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-09-05 21:02:37 +0800 |
commit | 755eb458abddb08a146538b2c48a36bb47592b10 (patch) | |
tree | fe931d37f84e800ca55b6654f0d8fc2fb08379e6 /sysutils/nut | |
parent | 327d698bb58a5734566b0a47e8c2e13905af217b (diff) | |
download | freebsd-ports-gnome-755eb458abddb08a146538b2c48a36bb47592b10.tar.gz freebsd-ports-gnome-755eb458abddb08a146538b2c48a36bb47592b10.tar.zst freebsd-ports-gnome-755eb458abddb08a146538b2c48a36bb47592b10.zip |
- Fix CONFLICTS between neon26 and neon28
PR: ports/126843
Submitted by: Josh Paetzel <josh tcbug.org>
Approved by: Joerg Pulz <Joerg.Pulz frm2.tum.de> (maintainer)
Diffstat (limited to 'sysutils/nut')
-rw-r--r-- | sysutils/nut/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 80e9cb5c82b1..3783c61bec61 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/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="" |