aboutsummaryrefslogtreecommitdiff
path: root/astro/wcslib
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-07-05 14:39:33 +0000
committerJohn Marino <marino@FreeBSD.org>2014-07-05 14:39:33 +0000
commitd53b2a941f7911795a43e42ffe6f94b8e634a7d9 (patch)
tree693a548046c79789c28f2496a999f27f0568b09d /astro/wcslib
parenta62d8aae1e2364d549f505f77dfd7736caddfca8 (diff)
astro/wcslib: USES+= fortran (for wcunitse)
Back in August 2013 I reported to the maintainer that if fortran is not found then certain functions such as wcunitse are not built. These functions are needed for kstars which is a dependency for kdeedu and the kde4 meta port. The USE_FORTRAN=yes was never added though, so lets do that now that the port is unmaintained.
Notes
Notes: svn path=/head/; revision=360750
Diffstat (limited to 'astro/wcslib')
-rw-r--r--astro/wcslib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile
index 41e225fcec86..2da1982bc073 100644
--- a/astro/wcslib/Makefile
+++ b/astro/wcslib/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Library for parsing/generating FITS headers
GNU_CONFIGURE= yes
-USES= tar:bzip2 gmake
+USES= tar:bzip2 gmake fortran
MAKEFILE= GNUmakefile
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE=yes