pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/apache2 bl3ify.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72a4b6d0457a
branches:  trunk
changeset: 470285:72a4b6d0457a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Mar 07 22:43:08 2004 +0000

description:
bl3ify.

diffstat:

 www/apache2/Makefile |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 0ff9a8534df2 -r 72a4b6d0457a www/apache2/Makefile
--- a/www/apache2/Makefile      Sun Mar 07 22:38:10 2004 +0000
+++ b/www/apache2/Makefile      Sun Mar 07 22:43:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/02/14 17:21:54 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2004/03/07 22:43:08 minskim Exp $
 
 PKGNAME=               apache-${APACHE_VERSION}
 PKGREVISION=           3
@@ -12,7 +12,7 @@
 
 BUILD_DEFS+=           USE_INET6
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_PKGINSTALL=                YES
 
 #USE_LIBTOOL=          YES
@@ -82,12 +82,12 @@
 
 # Add dependencies for the modules that will be built.  For each module
 # ap_mod listed in ${APACHE_MODULES}, _AP_DEPENDS.ap_mod is a whitespace
-# separated list of dependencies or buildlink2.mk files needed to build
+# separated list of dependencies or buildlink3.mk files needed to build
 # ap_mod, and _AP_CFG_ARGS.ap_mod is a whitespace separated list of
 # configure script options for ap_mod.
 #
-_AP_DEPENDS.ssl=       ../../security/openssl/buildlink2.mk
-_AP_DEPENDS.deflate=   ../../devel/zlib/buildlink2.mk
+_AP_DEPENDS.ssl=       ../../security/openssl/buildlink3.mk
+_AP_DEPENDS.deflate=   ../../devel/zlib/buildlink3.mk
 
 _AP_CFG_ARGS.ssl=      --with-ssl=${BUILDLINK_PREFIX.openssl}
 _AP_CFG_ARGS.deflate=  --with-z=${BUILDLINK_PREFIX.zlib}
@@ -150,8 +150,8 @@
 
 .include "Makefile.common"
 
-.include "../../devel/apr/buildlink2.mk"
-.include "../../lang/perl5/buildlink2.mk"
-.include "../../textproc/expat/buildlink2.mk"
+.include "../../devel/apr/buildlink3.mk"
+.include "../../lang/perl5/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index