svn commit: r407687 - head/science/cdf

John Marino marino at FreeBSD.org
Mon Feb 1 06:50:22 UTC 2016


Author: marino
Date: Mon Feb  1 06:50:21 2016
New Revision: 407687
URL: https://svnweb.freebsd.org/changeset/ports/407687

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

Modified:
  head/science/cdf/Makefile

Modified: head/science/cdf/Makefile
==============================================================================
--- head/science/cdf/Makefile	Mon Feb  1 06:37:09 2016	(r407686)
+++ head/science/cdf/Makefile	Mon Feb  1 06:50:21 2016	(r407687)
@@ -13,7 +13,7 @@ DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 MAINTAINER=	stephen at FreeBSD.org
 COMMENT=	Device independent view of the CDF data model
 
-USES=		fortran
+USES=		fortran ncurses
 USE_LDCONFIG=	yes
 MAKE_FLAGS=	INSTALLDIR=${STAGEDIR}${PREFIX} OS=freebsd ENV=gnu \
 		FORTRAN=yes FC_freebsd=${F77}


More information about the svn-ports-all mailing list