diff options
Diffstat (limited to 'emulators/gns3')
-rw-r--r-- | emulators/gns3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index 9a3de7ad7bc..8101a96474a 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:41 adam Exp $ +# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:46 wiz Exp $ DISTNAME= GNS3-0.8.3.1-src PKGNAME= gns3-0.8.3.1 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= dynamips>=0.2.8rc1:../../emulators/dynamips -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.8.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.8.3.1 EGG_NAME= ${DISTNAME:S/-src//} REPLACE_PYTHON+= src/GNS3/Dynagen/dynagen.py src/GNS3/Dynagen/confConsole.py REPLACE_PYTHON+= src/GNS3/Dynagen/console.py src/GNS3/Dynagen/dynamips_lib.py |