diff options
author | asau <asau@pkgsrc.org> | 2013-06-16 23:09:50 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-06-16 23:09:50 +0000 |
commit | 34896cf9e05c65f9e837cbdb82de0a797fd574a0 (patch) | |
tree | a6da7bb79f2d4f8e3394e1d32fac4e698a6032b0 /www | |
parent | a3df844baca3d939bef49d45bee33cb42cb73f66 (diff) | |
download | pkgsrc-34896cf9e05c65f9e837cbdb82de0a797fd574a0.tar.gz |
Ada web framework definitly doesn't need Fortran compiler to build.
Diffstat (limited to 'www')
-rw-r--r-- | www/aws/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/aws/Makefile b/www/aws/Makefile index 31d1428e2a6..bb951edc4c4 100644 --- a/www/aws/Makefile +++ b/www/aws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/04/27 11:49:55 marino Exp $ +# $NetBSD: Makefile,v 1.11 2013/06/16 23:09:50 asau Exp $ # DISTNAME= aws-${AWS_VERSION} @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 AWS_VERSION= 2.10.0.1 USE_TOOLS+= gmake makeinfo sed gawk -USE_LANGUAGES= c ada c++ fortran +USE_LANGUAGES= c ada c++ # Note: c++ and fortran aren't used, but gprconfig probes for them. # When that happens, pkgsrc wrapper emits a warning message which causes |