diff options
author | joerg <joerg> | 2006-06-04 10:41:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-04 10:41:56 +0000 |
commit | 609296acf3a5dad8bdc4492d10888f248ad376f1 (patch) | |
tree | 77d0cbb106a316e46e5db6176f6beec1eedc0403 /devel/cfitsio | |
parent | e7075d292c4beb013f2d6fb6012809dc860e9754 (diff) | |
download | pkgsrc-609296acf3a5dad8bdc4492d10888f248ad376f1.tar.gz |
Uses Fortran.
Diffstat (limited to 'devel/cfitsio')
-rw-r--r-- | devel/cfitsio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cfitsio/Makefile b/devel/cfitsio/Makefile index b0721835412..1ff2a620c6f 100644 --- a/devel/cfitsio/Makefile +++ b/devel/cfitsio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:29:13 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/06/04 10:41:56 joerg Exp $ DISTNAME= cfitsio2500 PKGNAME= cfitsio-2.500 @@ -12,6 +12,7 @@ COMMENT= FITS (flexible image transport system) file input and output WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:C/-.*//} GNU_CONFIGURE= YES +USE_LANGUAGES= c fortran USE_LIBTOOL= YES BUILD_TARGET= all testprog |