diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-09 12:33:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-09 12:33:57 +0000 |
commit | 7f6ca7040e6fd92a9b7ddf36795b5d084ed76e72 (patch) | |
tree | dea21ca963956a5e80e494c1c2435cc9155c0a97 /emulators/gns3 | |
parent | fe72b789870356ae35ce019005f31a96cc04ddbd (diff) | |
download | pkgsrc-7f6ca7040e6fd92a9b7ddf36795b5d084ed76e72.tar.gz |
Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
Diffstat (limited to 'emulators/gns3')
-rw-r--r-- | emulators/gns3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index 3656a71184a..2831279d92f 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2010/06/01 22:01:35 markd Exp $ +# $NetBSD: Makefile,v 1.3 2012/03/09 12:34:06 wiz Exp $ DISTNAME= GNS3-0.7-src PKGNAME= gns3-0.7 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gns3/} |