Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: extension.mk,v 1.37 2014/01/24 12:42:52 obache Exp $
# $NetBSD: extension.mk,v 1.39 2015/04/14 11:40:31 wiz Exp $
.include "../../lang/python/pyversion.mk"
@@ -53,7 +53,7 @@ do-test:
# appears to be that creating egg info files was new in Python 2.5.
PY_NO_EGG?= yes
.if !empty(PY_NO_EGG:M[yY][eE][sS])
# see python26/patches/patch-av
# see python*/patches/patch-av
INSTALL_ENV+= PKGSRC_PYTHON_NO_EGG=defined
.endif