mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix IPMIPSU build.
This commit is contained in:
parent
2c848c14ef
commit
8e0466e644
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397689
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= nut
|
PORTNAME= nut
|
||||||
PORTVERSION= 2.7.3
|
PORTVERSION= 2.7.3
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/
|
MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/
|
||||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
|
||||||
|
@ -150,6 +150,7 @@ PLIST_SUB+= NUT_FREEIPMI="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MIPMIPSU}
|
.if ${PORT_OPTIONS:MIPMIPSU}
|
||||||
|
LIB_DEPENDS+= libfreeipmi.so:${PORTSDIR}/sysutils/freeipmi
|
||||||
CONFIGURE_ARGS+= --with-ipmi
|
CONFIGURE_ARGS+= --with-ipmi
|
||||||
PLIST_SUB+= NUT_IPMIPSU=""
|
PLIST_SUB+= NUT_IPMIPSU=""
|
||||||
.else
|
.else
|
||||||
|
|
Loading…
Add table
Reference in a new issue