diff options
Diffstat (limited to 'lang/python/egg.mk')
-rw-r--r-- | lang/python/egg.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/python/egg.mk b/lang/python/egg.mk index 5da8dd6836e..a93ae10a197 100644 --- a/lang/python/egg.mk +++ b/lang/python/egg.mk @@ -1,4 +1,4 @@ -# $NetBSD: egg.mk,v 1.20 2014/12/31 13:57:28 wiz Exp $ +# $NetBSD: egg.mk,v 1.21 2016/04/10 16:39:28 joerg Exp $ # # Common logic to handle Python Eggs # @@ -34,9 +34,6 @@ PRINT_PLIST_AWK+= { gsub(/${EGG_NAME}-py${PYVERSSUFFIX}-nspkg.pth/, \ "$${EGG_NAME}-nspkg.pth") } _PYSETUPTOOLSINSTALLARGS= --single-version-externally-managed -.if ${_USE_DESTDIR} == "no" -_PYSETUPTOOLSINSTALLARGS+= --root=/ -.endif DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.8:../../devel/py-setuptools |