diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-30 23:21:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-30 23:21:43 +0000 |
commit | 2738a6fe6b62c589b6118cc3295cc77bc768bbce (patch) | |
tree | e4f2b94dbd7a4f712a3298ad181985fa7c52cad5 /www/apache2/Makefile | |
parent | a7ec12397ae6208cf4804e770aeadf9bd949736f (diff) | |
download | pkgsrc-2738a6fe6b62c589b6118cc3295cc77bc768bbce.tar.gz |
Modify the apxs(8) script to use ${APR_LIBTOOL} as the libtool to
build modules if APR_LIBTOOL is defined in the environment. Force
the use of the libtool wrapper by module packages by setting APR_LIBTOOL
in apache2/buildlink3.mk. Bump the PKGREVISION.
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r-- | www/apache2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 519e8198b40..500c060f6a9 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.58 2004/11/26 23:07:58 jlam Exp $ +# $NetBSD: Makefile,v 1.59 2004/11/30 23:21:43 jlam Exp $ .include "Makefile.common" PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ |