svn commit: r397689 - head/sysutils/nut

Cy Schubert cy at FreeBSD.org
Thu Sep 24 13:13:58 UTC 2015


Author: cy
Date: Thu Sep 24 13:13:57 2015
New Revision: 397689
URL: https://svnweb.freebsd.org/changeset/ports/397689

Log:
  Fix IPMIPSU build.

Modified:
  head/sysutils/nut/Makefile

Modified: head/sysutils/nut/Makefile
==============================================================================
--- head/sysutils/nut/Makefile	Thu Sep 24 11:28:39 2015	(r397688)
+++ head/sysutils/nut/Makefile	Thu Sep 24 13:13:57 2015	(r397689)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nut
 PORTVERSION=	2.7.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.networkupstools.org/source/${PORTVERSION:R}/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
@@ -150,6 +150,7 @@ PLIST_SUB+=	NUT_FREEIPMI="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MIPMIPSU}
+LIB_DEPENDS+=	libfreeipmi.so:${PORTSDIR}/sysutils/freeipmi
 CONFIGURE_ARGS+=	--with-ipmi
 PLIST_SUB+=	NUT_IPMIPSU=""
 .else


More information about the svn-ports-all mailing list