diff options
author | jlam <jlam> | 2001-11-26 15:02:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-26 15:02:30 +0000 |
commit | 5b6698f537f815722adfe5c7e1c33742fd69e35e (patch) | |
tree | 35cf64e6fa5d188011ed68fe0ee3ac59e69b8ec2 | |
parent | 819dbeb059a5b6ff0cd706fc85ce924bc29b52b9 (diff) | |
download | pkgsrc-5b6698f537f815722adfe5c7e1c33742fd69e35e.tar.gz |
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.
-rw-r--r-- | www/ap-auth-ldap/Makefile | 4 | ||||
-rw-r--r-- | www/ap-perl/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
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 |