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 | bcd14fa3d053ab2e61920ff4aba55f7edf5824ce (patch) | |
tree | 72733f67353cd21ce23274fee05f1a3de1d665cf /www/aws-demos | |
parent | 5afe48ffbe8090d90a054a69804d6e5ed31537a0 (diff) | |
download | pkgsrc-bcd14fa3d053ab2e61920ff4aba55f7edf5824ce.tar.gz |
Remove unnecessary python restriction (to all supported versions).
Diffstat (limited to 'www/aws-demos')
-rw-r--r-- | www/aws-demos/Makefile | 4 |
1 files changed, 1 insertions, 3 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 |