From 6b29ca0d897c802854d22ca8e850bf0f373d82bf Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 26 Nov 2001 15:02:30 +0000 Subject: The apache buildlink.mk file only has a build dependency on apache. We need a normal dependency since we require apache to be installed at run-time. --- www/ap-auth-ldap/Makefile | 4 +++- www/ap-perl/Makefile | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/ap-auth-ldap/Makefile b/www/ap-auth-ldap/Makefile index b3ca48c5586..32ad7f8a89a 100644 --- a/www/ap-auth-ldap/Makefile +++ b/www/ap-auth-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/10/26 14:17:18 kleink Exp $ +# $NetBSD: Makefile,v 1.14 2001/11/26 15:02:30 jlam Exp $ DISTNAME= auth_ldap-1.6.0 PKGNAME= ap-auth-ldap-1.6.0 @@ -10,6 +10,8 @@ MAINTAINER= kleink@netbsd.org HOMEPAGE= http://www.rudedog.org/auth_ldap/ COMMENT= Module to allow apache authentication against an LDAP directory +DEPENDS+= ${BUILDLINK_DEPENDS.apache}:../../www/apache + do-build: @cd ${WRKSRC} && ${APXS} -c \ -D WITH_OPENLDAP \ diff --git a/www/ap-perl/Makefile b/www/ap-perl/Makefile index 99fe27ebd4d..a9677e31840 100644 --- a/www/ap-perl/Makefile +++ b/www/ap-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/11/26 06:50:28 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2001/11/26 15:02:32 jlam Exp $ # DISTNAME= mod_perl-1.25 @@ -11,6 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://perl.apache.org/ COMMENT= Module that embeds a Perl interpreter into Apache +DEPENDS+= ${BUILDLINK_DEPENDS.apache}:../../www/apache DEPENDS+= libperl>=${LIBPERL5_REQD}:../../lang/libperl DEPENDS+= p5-BSD-Resource>=1.10:../../devel/p5-BSD-Resource -- cgit v1.2.3