diff options
Diffstat (limited to 'devel/apr-util/Makefile')
-rw-r--r-- | devel/apr-util/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/apr-util/Makefile b/devel/apr-util/Makefile index 9f1fd3242ce..477b1d57606 100644 --- a/devel/apr-util/Makefile +++ b/devel/apr-util/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/06/08 13:24:57 tron Exp $ +# $NetBSD: Makefile,v 1.12 2009/07/24 13:09:32 schmonz Exp $ DISTNAME= apr-util-1.3.7 CATEGORIES= devel @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr}/bin/apr-1-config CONFIGURE_ARGS+= --with-expat=${BUILDLINK_PREFIX.expat} CONFIGURE_ARGS+= --without-gdbm +CONFIGURE_ARGS+= --without-sqlite2 PKGCONFIG_OVERRIDE+= apr-util.pc.in MAKE_ENV+= WRAPPER_DIR=${WRAPPER_DIR:Q} |