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 | 3eb6871435db726e023c4f4ff37c1ff031136973 (patch) | |
tree | 8c292e63ad10829b9bed767c4f0bfaa64fdf0117 /lang | |
parent | 5e237f846eaacfe8c6eb1a7db977e57b1e42a84d (diff) | |
download | pkgsrc-3eb6871435db726e023c4f4ff37c1ff031136973.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')
-rw-r--r-- | lang/python24/Makefile | 3 | ||||
-rw-r--r-- | lang/python25/Makefile | 3 | ||||
-rw-r--r-- | lang/python26/Makefile | 3 |
3 files changed, 3 insertions, 6 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) 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) diff --git a/lang/python26/Makefile b/lang/python26/Makefile index a0db3926894..461848ffb48 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/09/08 10:06:35 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2009/09/12 17:47:17 drochner Exp $ DISTNAME= Python-2.6.2 PKGNAME= python26-2.6.2 @@ -121,7 +121,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) |