diff options
author | tv <tv@pkgsrc.org> | 1998-07-13 16:45:25 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-13 16:45:25 +0000 |
commit | dc5d61315bf965deffe04657a25f887ebb9c3cdd (patch) | |
tree | 1fe38782d2e716e968a14999a62b4b27dff7b545 /www | |
parent | 1629774a6dd5414a522ae7bd74111183437a1146 (diff) | |
download | pkgsrc-dc5d61315bf965deffe04657a25f887ebb9c3cdd.tar.gz |
Update Apache dependency to match reality.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-auth-cookie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile index cff695a4cf7..968793d2e05 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/06/05 19:38:42 tv Exp $ +# $NetBSD: Makefile,v 1.3 1998/07/13 16:45:25 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,7 @@ EXTRACT_SUFX= .gz MAINTAINER= tv@netbsd.org -DEPENDS+= apache-1.3b7:../../www/apache +DEPENDS+= apache-1.3.0:../../www/apache USE_PERL5= yes # for "apxs" EXTRACT_CMD= ${DO_NADA} |