svn commit: r407558 - head/science/netcdf

John Marino marino at FreeBSD.org
Sat Jan 30 22:45:37 UTC 2016


Author: marino
Date: Sat Jan 30 22:45:36 2016
New Revision: 407558
URL: https://svnweb.freebsd.org/changeset/ports/407558

Log:
  science/netcdf: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/science/netcdf/Makefile

Modified: head/science/netcdf/Makefile
==============================================================================
--- head/science/netcdf/Makefile	Sat Jan 30 22:06:05 2016	(r407557)
+++ head/science/netcdf/Makefile	Sat Jan 30 22:45:36 2016	(r407558)
@@ -27,7 +27,7 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
-USES=		libtool localbase pathfix pkgconfig:run
+USES=		libtool localbase ncurses pathfix pkgconfig:run
 
 DAP_CONFIGURE_ENABLE=	dap
 DAP_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl


More information about the svn-ports-head mailing list