diff options
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" |