pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap2-python set USE_LIBTOOL, which allows mod_pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bfe82e1771e
branches:  trunk
changeset: 490145:1bfe82e1771e
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Mar 03 21:14:36 2005 +0000

description:
set USE_LIBTOOL, which allows mod_python.so to build.

reported by Sebastian Prause on tech-pkg.

diffstat:

 www/ap2-python/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1d60dc67c1fb -r 1bfe82e1771e www/ap2-python/Makefile
--- a/www/ap2-python/Makefile   Thu Mar 03 20:33:44 2005 +0000
+++ b/www/ap2-python/Makefile   Thu Mar 03 21:14:36 2005 +0000
@@ -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 @@
 COMMENT=               Apache module that embeds the Python interpreter
 
 USE_BUILDLINK3= YES
+USE_LIBTOOL=   YES
 USE_PKGINSTALL= YES
 APACHE_MODULE=  YES
 VERSION=3.1.3



Home | Main Index | Thread Index | Old Index