Correct neon config.
PR: 229186 Submitted by: Franko Fichtner <franco@opnsense.org> MFH: 2018Q2
This commit is contained in:
parent
ac37331d4c
commit
7c47540df0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472902
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= nut
|
||||
PORTVERSION= 2.7.4
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
|
||||
|
@ -105,11 +105,11 @@ PLIST_SUB+= NUT_SNMP="@comment "
|
|||
|
||||
.if ${PORT_OPTIONS:MNEON}
|
||||
LIB_DEPENDS+= libneon.so:www/neon
|
||||
CONFIGURE_ARGS+= --with-neonxml
|
||||
CONFIGURE_ARGS+= --with-neon
|
||||
PLIST_SUB+= NUT_NEON=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-neonxml
|
||||
CONFIGURE_ARGS+= --disable-neonxml
|
||||
CONFIGURE_ARGS+= --without-neon
|
||||
CONFIGURE_ARGS+= --disable-neon
|
||||
PLIST_SUB+= NUT_NEON="@comment "
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue