summaryrefslogtreecommitdiff
path: root/lang/python26
diff options
context:
space:
mode:
authortnn <tnn>2010-02-11 21:13:07 +0000
committertnn <tnn>2010-02-11 21:13:07 +0000
commit6e02e9ae4916fca6303f32019c5ec73cca569b87 (patch)
treed4eaf93fc6aae879694c37d1df01ad8e0bed3d39 /lang/python26
parent5d7ed587621bc0aef974dc3289e9501821deed85 (diff)
downloadpkgsrc-6e02e9ae4916fca6303f32019c5ec73cca569b87.tar.gz
remove unused vars
Diffstat (limited to 'lang/python26')
-rw-r--r--lang/python26/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 039714c5cf3..8f582e1d214 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2010/01/26 12:15:26 tron Exp $
+# $NetBSD: Makefile,v 1.20 2010/02/11 21:13:07 tnn Exp $
DISTNAME= Python-2.6.4
PKGNAME= ${DISTNAME:S/Python/python26/}
@@ -125,8 +125,6 @@ PLIST.nis= yes
.else
. include "../../mk/bdb.buildlink3.mk"
MAKE_ENV+= PY_BDB_TYPE=${BDB_TYPE}
-MAKE_ENV+= PY_BDB_INCDIRS=${BUILDLINK_INCDIRS.${BDB_TYPE}:S,^,${BDBBASE}/,:Q}
-MAKE_ENV+= PY_BDB_LIBDIRS=${BDBBASE}/lib
.if empty(BDB_LIBS)
BUILDLINK_TRANSFORM+= rm:-ldb
.endif