pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap-auth-kerb This package needs some help to find ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77692237bc64
branches:  trunk
changeset: 515106:77692237bc64
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jun 25 09:11:48 2006 +0000

description:
This package needs some help to find apxs.

diffstat:

 www/ap-auth-kerb/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b9babec9f00c -r 77692237bc64 www/ap-auth-kerb/Makefile
--- a/www/ap-auth-kerb/Makefile Sun Jun 25 09:08:01 2006 +0000
+++ b/www/ap-auth-kerb/Makefile Sun Jun 25 09:11:48 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/06/08 12:15:57 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/25 09:11:48 rillig Exp $
 
 DISTNAME=      mod_auth_kerb-5.0rc7
 PKGNAME=       ${APACHE_PKG_PREFIX}-auth-kerb-5.0rc7
@@ -13,6 +13,8 @@
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-krb4
+CONFIGURE_ARGS+=       --with-apache=${BUILDLINK_PREFIX.apache}
+CONFIGURE_ARGS+=       APXS=${APXS}
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 



Home | Main Index | Thread Index | Old Index