summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authormef <mef>2016-09-22 04:47:37 +0000
committermef <mef>2016-09-22 04:47:37 +0000
commit017fab0e75f0f480f146d842f73161ab3d4b7cce (patch)
tree439dab1308f262e5e0a6021c5d03352a03fce072 /cad
parentb14291639df541be03a037334e87d76369e17fc6 (diff)
downloadpkgsrc-017fab0e75f0f480f146d842f73161ab3d4b7cce.tar.gz
Remove redundent/unnecessary .include lines, and PYDISTUTILSPKG= yes, thanks wiz.
Diffstat (limited to 'cad')
-rw-r--r--cad/py-gds/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/cad/py-gds/Makefile b/cad/py-gds/Makefile
index 303d5ec0dc2..9fbd3576411 100644
--- a/cad/py-gds/Makefile
+++ b/cad/py-gds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/09/19 06:13:35 mef Exp $
+# $NetBSD: Makefile,v 1.5 2016/09/22 04:47:37 mef Exp $
VERSION= 1.0
DISTNAME= gdspy-${VERSION}
@@ -17,10 +17,6 @@ USE_LANGUAGES+= c c++
DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
-PYDISTUTILSPKG= yes
-
-.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"