pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap2-auth-ldap Fix BUILDLINK_DEPENDS.apache typo - ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df719cac1f34
branches:  trunk
changeset: 489470:df719cac1f34
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Feb 21 22:48:22 2005 +0000

description:
Fix BUILDLINK_DEPENDS.apache typo - ride initial import

diffstat:

 www/ap2-auth-ldap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dc3d598f4404 -r df719cac1f34 www/ap2-auth-ldap/Makefile
--- a/www/ap2-auth-ldap/Makefile        Mon Feb 21 22:37:55 2005 +0000
+++ b/www/ap2-auth-ldap/Makefile        Mon Feb 21 22:48:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/21 21:55:25 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/21 22:48:22 adrianp Exp $
 
 DISTNAME=      mod_auth_ldap2.16
 PKGNAME=       ap2-auth-ldap-2.16
@@ -16,7 +16,7 @@
 USE_LIBTOOL=           YES
 CPPFLAGS+=             -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lldap -llber
 
-BUILDLINK_DEPENDS.apache?=      apache>=2.0.47
+BUILDLINK_DEPENDS.apache+=     apache>=2.0.47
 
 CONFIGURE_ARGS+=       --with-apxs=${APXS}
 CONFIGURE_ARGS+=       --with-ldap-dir=${BUILDLINK_PREFIX.openldap}



Home | Main Index | Thread Index | Old Index