svn commit: r408048 - head/sysutils/openipmi

John Marino marino at FreeBSD.org
Thu Feb 4 16:18:15 UTC 2016


Author: marino
Date: Thu Feb  4 16:18:13 2016
New Revision: 408048
URL: https://svnweb.freebsd.org/changeset/ports/408048

Log:
  sysutils/openipmi: document ncurses requirement (USES+=ncurses)

Modified:
  head/sysutils/openipmi/Makefile

Modified: head/sysutils/openipmi/Makefile
==============================================================================
--- head/sysutils/openipmi/Makefile	Thu Feb  4 15:58:30 2016	(r408047)
+++ head/sysutils/openipmi/Makefile	Thu Feb  4 16:18:13 2016	(r408048)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libpopt.so:${PORTSDIR}/deve
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		execinfo gmake libtool pathfix pkgconfig
+USES=		execinfo gmake libtool ncurses pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I../include -I${LOCALBASE}/include


More information about the svn-ports-all mailing list