diff options
author | marino <marino@FreeBSD.org> | 2014-07-05 22:39:33 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-05 22:39:33 +0800 |
commit | ce0950f838f1f5ed01292e410fde9411f313d68d (patch) | |
tree | 693a548046c79789c28f2496a999f27f0568b09d /astro | |
parent | 5d99584353c1def2e7b195a446da6a59f9aa2643 (diff) | |
download | freebsd-ports-gnome-ce0950f838f1f5ed01292e410fde9411f313d68d.tar.gz freebsd-ports-gnome-ce0950f838f1f5ed01292e410fde9411f313d68d.tar.zst freebsd-ports-gnome-ce0950f838f1f5ed01292e410fde9411f313d68d.zip |
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.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/wcslib/Makefile | 2 |
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 |