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 /devel/gnatpython | |
parent | 5afe48ffbe8090d90a054a69804d6e5ed31537a0 (diff) | |
download | pkgsrc-bcd14fa3d053ab2e61920ff4aba55f7edf5824ce.tar.gz |
Remove unnecessary python restriction (to all supported versions).
Diffstat (limited to 'devel/gnatpython')
-rw-r--r-- | devel/gnatpython/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile index cf1fcff7022..459c513ea1c 100644 --- a/devel/gnatpython/Makefile +++ b/devel/gnatpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/03/15 11:53:24 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/04 07:05:54 wiz Exp $ # DISTNAME= gnatpython-${SNAPSHOT} @@ -16,8 +16,6 @@ SNAPSHOT= 20110912 PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 27 26 # uses "with ... as" - EGG_NAME= gnatpython-1.2 .include "../../lang/python/application.mk" |