diff options
author | grant <grant@pkgsrc.org> | 2005-03-03 21:14:36 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-03-03 21:14:36 +0000 |
commit | eb07c827e0f18f6b965107c24c472a771ee95221 (patch) | |
tree | 6e1ea40fdf48927394b11012f994e89e724a5d97 | |
parent | bd5f4d55e3c0913360f00302b412477dd25efd36 (diff) | |
download | pkgsrc-eb07c827e0f18f6b965107c24c472a771ee95221.tar.gz |
set USE_LIBTOOL, which allows mod_python.so to build.
reported by Sebastian Prause on tech-pkg.
-rw-r--r-- | www/ap2-python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap2-python/Makefile b/www/ap2-python/Makefile index 21f688fcb38..18902614bcd 100644 --- a/www/ap2-python/Makefile +++ b/www/ap2-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/01/23 20:41:49 recht Exp $ +# $NetBSD: Makefile,v 1.6 2005/03/03 21:14:36 grant Exp $ # FreeBSD Id: ports/www/mod_python3/Makefile,v 1.28 2004/03/11 14:36:30 perky Exp DISTNAME= mod_python-${VERSION} @@ -13,6 +13,7 @@ HOMEPAGE= http://www.modpython.org/ COMMENT= Apache module that embeds the Python interpreter USE_BUILDLINK3= YES +USE_LIBTOOL= YES USE_PKGINSTALL= YES APACHE_MODULE= YES VERSION=3.1.3 |