diff options
author | drochner <drochner@pkgsrc.org> | 2009-09-12 17:47:17 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-09-12 17:47:17 +0000 |
commit | 6132131fdf94a6c89b77e77384b18142f730ff3b (patch) | |
tree | 8c292e63ad10829b9bed767c4f0bfaa64fdf0117 /lang/python25 | |
parent | 91df3ef3356e69b278ee34281ba8c09a06ea287b (diff) | |
download | pkgsrc-6132131fdf94a6c89b77e77384b18142f730ff3b.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/python25')
-rw-r--r-- | lang/python25/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile index ac5b67dc330..a791c37765e 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2009/09/09 05:37:51 dsainty Exp $ +# $NetBSD: Makefile,v 1.20 2009/09/12 17:47:17 drochner Exp $ DISTNAME= Python-2.5.4 PKGNAME= python25-2.5.4 @@ -117,7 +117,6 @@ PLIST.nis= yes 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 -LIBS+= ${BDB_LIBS} PLIST.bsddb= yes PLIST.dll= yes . if ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat) |