mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- 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:
parent
231427f634
commit
b87927e465
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219904
@ -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=""
|
||||
|
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user