From dc51e3fa17d3b23623979591d862c9df79c13bf0 Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 28 Apr 2007 06:23:04 +0000 Subject: Use libtool in the wrapper directory instead of the one installed by apr. Otherwise, dependency_libs in libaprutil-1.la is set incorrectly. Bump PKGREVISION. --- devel/apr-util/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'devel/apr-util/Makefile') diff --git a/devel/apr-util/Makefile b/devel/apr-util/Makefile index f9722df6760..7ae5a653245 100644 --- a/devel/apr-util/Makefile +++ b/devel/apr-util/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/24 19:37:20 epg Exp $ +# $NetBSD: Makefile,v 1.2 2007/04/28 06:23:04 minskim Exp $ # DISTNAME= apr-util-1.2.8 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=apr/} @@ -22,7 +23,8 @@ PKGCONFIG_OVERRIDE+= apr-util.pc.in CONFIGURE_ARGS+= \ --with-apr=${BUILDLINK_PREFIX.apr}/bin/apr-1-config \ --with-expat=${BUILDLINK_PREFIX.expat} \ - --without-gdbm + --without-gdbm --without-sqlite3 +MAKE_ENV+= WRAPPER_DIR=${WRAPPER_DIR:Q} .include "../../mk/bsd.prefs.mk" .include "options.mk" -- cgit v1.2.3