diff options
author | tron <tron> | 1999-11-21 22:12:57 +0000 |
---|---|---|
committer | tron <tron> | 1999-11-21 22:12:57 +0000 |
commit | 8f773d20a21bee2ca9426b7cb3b06523a19ecb1a (patch) | |
tree | 5f48eb2409d2e4a5963bf04f72e0326d80cb5ae8 /www/ap-auth-cookie | |
parent | e8c45770d2e35404c6165a5d6235df6d1e3282fe (diff) | |
download | pkgsrc-8f773d20a21bee2ca9426b7cb3b06523a19ecb1a.tar.gz |
Use wildcard dependence for "apache" package.
Diffstat (limited to 'www/ap-auth-cookie')
-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 d9d83cdd8fb..7c249523058 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/10/05 02:18:51 simonb Exp $ +# $NetBSD: Makefile,v 1.14 1999/11/21 22:12:58 tron 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 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .gz MAINTAINER= tv@netbsd.org HOMEPAGE= ftp://ftp.kciLink.com/pub/mod_auth_cookie.txt -DEPENDS+= apache-1.3.6p0:../../www/apache +DEPENDS+= apache-1.3.*:../../www/apache # For "apxs": BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 |