- 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)
This commit is contained in:
Thomas Abthorpe 2008-09-05 13:02:37 +00:00
parent 231427f634
commit b87927e465
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219904
2 changed files with 8 additions and 0 deletions

View file

@ -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=""

View file

@ -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=""