diff options
author | tv <tv@pkgsrc.org> | 1998-10-03 21:28:57 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-10-03 21:28:57 +0000 |
commit | 2dfba7fb1c83b4a9cb71cb8706cbc7f52324d639 (patch) | |
tree | 90b15477bd6117fabe875fa8d7b29dc530b16ccc /www/ap-auth-cookie | |
parent | fdca7390ecbd84ea3006b8deea97bc5f884a94ed (diff) | |
download | pkgsrc-2dfba7fb1c83b4a9cb71cb8706cbc7f52324d639.tar.gz |
Change the DEPENDS=apache-1.3.1 to a
{BUILD,RUN}_DEPENDS=${PREFIX}/sbin/apxs so that this works with
apache-modssl as well.
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r-- | www/ap-auth-cookie/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile index a5815feeb7d..0ebbad31d69 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/08/14 10:17:44 frueauf Exp $ +# $NetBSD: Makefile,v 1.6 1998/10/03 21:28:57 tv Exp $ # # There are a few more mod_auth_cookie's out there doing slightly # different things. This one pkg would be a good place to dump them all in @@ -13,7 +13,8 @@ EXTRACT_SUFX= .gz MAINTAINER= tv@netbsd.org -DEPENDS+= apache-1.3.1:../../www/apache +BUILD_DEPENDS+= ${PREFIX}/sbin/apxs:../../www/apache +RUN_DEPENDS+= ${PREFIX}/sbin/apxs:../../www/apache USE_PERL5= yes # for "apxs" EXTRACT_CMD= ${DO_NADA} |