summaryrefslogtreecommitdiff
path: root/lang/python24
diff options
context:
space:
mode:
authordrochner <drochner>2009-09-12 17:47:17 +0000
committerdrochner <drochner>2009-09-12 17:47:17 +0000
commit5a22815c049e358be39efbc4bcb959a4981005c8 (patch)
tree8c292e63ad10829b9bed767c4f0bfaa64fdf0117 /lang/python24
parent905d332bbb6ebeb3eae21667e28e188d2e4cb5f5 (diff)
downloadpkgsrc-5a22815c049e358be39efbc4bcb959a4981005c8.tar.gz
remove assignments to the LIBS env var -- this should have been done
earlier, but there became no-ops due to my change to db4/bl3 and thus didn't do harm. Now that part of that change was backed out they became harmful again and thus need to go.
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 7f9f6bb0d85..1a4ca544594 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2009/09/09 05:59:37 dsainty Exp $
+# $NetBSD: Makefile,v 1.50 2009/09/12 17:47:17 drochner Exp $
DISTNAME= Python-2.4.5
PKGNAME= python24-2.4.5
@@ -117,7 +117,6 @@ PLIST.nis= yes
MAKE_ENV+= PY_BDB_TYPE=${BDB_TYPE:Q}
MAKE_ENV+= PY_BDB_INCDIRS=${BDBBASE}/${BUILDLINK_INCDIRS.${BDB_TYPE}}
MAKE_ENV+= PY_BDB_LIBDIRS=${BDBBASE}/lib
-LIBS+= ${BDB_LIBS}
PLIST.bsddb= yes
PLIST.dll= yes
.if ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat)