diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-04 07:05:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-04 07:05:53 +0000 |
commit | 236aef157e21f087b341a1b9d14766d509311afa (patch) | |
tree | 72733f67353cd21ce23274fee05f1a3de1d665cf /www | |
parent | 8b8d1dcdd1aeb070e8fb84774334df21eab45ab9 (diff) | |
download | pkgsrc-236aef157e21f087b341a1b9d14766d509311afa.tar.gz |
Remove unnecessary python restriction (to all supported versions).
Diffstat (limited to 'www')
-rw-r--r-- | www/aws-demos/Makefile | 4 | ||||
-rw-r--r-- | www/aws/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile index 606a624bbdc..c8d460792bd 100644 --- a/www/aws-demos/Makefile +++ b/www/aws-demos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/07/28 23:43:56 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/04 07:08:08 wiz Exp $ # DISTNAME= aws-${AWS_VERSION} @@ -26,8 +26,6 @@ CONFIGURE_ARGS+= PYTHON=python${PYVERSSUFFIX} CONFIGURE_ARGS+= XMLADA=true CONFIGURE_ARGS+= prefix=${PREFIX} -PYTHON_VERSION_ACCEPTED= 26 27 - MAKE_ENV+= ADA_PROJECT_PATH=${PREFIX}/lib/gnat DEMO_DIRS+= agent 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 |