summaryrefslogtreecommitdiff
path: root/lang/python/extension.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/extension.mk')
-rw-r--r--lang/python/extension.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python/extension.mk b/lang/python/extension.mk
index af75b0207c4..84315fa87bf 100644
--- a/lang/python/extension.mk
+++ b/lang/python/extension.mk
@@ -1,4 +1,4 @@
-# $NetBSD: extension.mk,v 1.37 2014/01/24 12:42:52 obache Exp $
+# $NetBSD: extension.mk,v 1.38 2015/04/13 23:12:44 rodent Exp $
.include "../../lang/python/pyversion.mk"
@@ -53,7 +53,6 @@ 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
INSTALL_ENV+= PKGSRC_PYTHON_NO_EGG=defined
.endif