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 | 61d631fdd3b267fe4ce42fb1ef7bde8c9a4f005e (patch) | |
tree | 6e1ea40fdf48927394b11012f994e89e724a5d97 /www/ap2-python | |
parent | 93fa32fe683129c0b9df3a5f0f47e654a9f8e349 (diff) | |
download | pkgsrc-61d631fdd3b267fe4ce42fb1ef7bde8c9a4f005e.tar.gz |
set USE_LIBTOOL, which allows mod_python.so to build.
reported by Sebastian Prause on tech-pkg.
Diffstat (limited to 'www/ap2-python')
-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 |