diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-15 21:08:41 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-15 21:08:41 +0000 |
commit | 3e50b8ba51344879436687c10ad0e9323bab5c61 (patch) | |
tree | be6543eb37771cc560cb4905317e3c052e6f4bcb /lang/python24 | |
parent | 554eb69ddc9d1213b2efbe4319b0207686a64266 (diff) | |
download | pkgsrc-3e50b8ba51344879436687c10ad0e9323bab5c61.tar.gz |
repair build on SunOS-5.9
Diffstat (limited to 'lang/python24')
-rw-r--r-- | lang/python24/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 971ed0ba1f4..985468ee945 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2007/06/08 22:16:25 tron Exp $ +# $NetBSD: Makefile,v 1.33 2007/06/15 21:08:41 dmcmahill Exp $ DISTNAME= Python-2.4.4 PKGNAME= python24-2.4.4 @@ -109,6 +109,7 @@ PLIST_SUBST+= NOSHLIB="@comment " 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_SUBST+= BSDDBMODULE= PLIST_SUBST+= NOSHLIB= .if ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat) |