diff options
author | asau <asau@pkgsrc.org> | 2010-12-27 09:05:40 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-12-27 09:05:40 +0000 |
commit | 9f5c23ba6c83605cc2e9934d3dac9b2c1323d3ca (patch) | |
tree | d354125ad4ea848af17d9ea8ab53112b33794e59 /geography | |
parent | 5ea129bf8da419020e58f4f8fb19977526fc8290 (diff) | |
download | pkgsrc-9f5c23ba6c83605cc2e9934d3dac9b2c1323d3ca.tar.gz |
This package uses Fortran-77 (at most).
Diffstat (limited to 'geography')
-rw-r--r-- | geography/qgis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/qgis/Makefile b/geography/qgis/Makefile index 7c59b4fc8c1..8b146dc123a 100644 --- a/geography/qgis/Makefile +++ b/geography/qgis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/12/21 17:48:13 adam Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/27 09:05:40 asau Exp $ DISTNAME= qgis-1.6.0 CATEGORIES= geography @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_CMAKE= yes -USE_LANGUAGES= c c++ fortran +USE_LANGUAGES= c c++ fortran77 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= bison perl |