diff options
| author | John Marino <marino@FreeBSD.org> | 2016-02-01 06:50:21 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2016-02-01 06:50:21 +0000 |
| commit | af0339ea9a0afce5246fcb4de875637b4eff6c67 (patch) | |
| tree | d7816799a66cde83c2706e1ca3a39b79d09ffeff /science/cdf | |
| parent | 0effce5b4bf1f49b61442ea349898a2579d605a1 (diff) | |
science/cdf: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Notes
svn path=/head/; revision=407687
Diffstat (limited to 'science/cdf')
| -rw-r--r-- | science/cdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/cdf/Makefile b/science/cdf/Makefile index 6bbee78ae9ee..e212fb9537fc 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -13,7 +13,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= stephen@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} |
