diff options
Diffstat (limited to 'www/aws/Makefile')
-rw-r--r-- | www/aws/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/aws/Makefile b/www/aws/Makefile index 825a86b6da6..b977f5c206a 100644 --- a/www/aws/Makefile +++ b/www/aws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/07/08 20:14:28 marino Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/04 07:08:08 wiz Exp $ # DISTNAME= aws-${AWS_VERSION} @@ -23,8 +23,6 @@ USE_LANGUAGES= c ada c++ fortran # gprconfig to crash due to output text not matching expected regexp # Adding c++ and fortran to USE_LANGUAGES avoids this issue. -PYTHON_VERSIONS_ACCEPTED= 26 27 - .include "options.mk" MAKE_ENV+= ADA_PROJECT_PATH=${PREFIX}/lib/gnat |