diff options
author | tron <tron> | 2002-06-24 16:36:27 +0000 |
---|---|---|
committer | tron <tron> | 2002-06-24 16:36:27 +0000 |
commit | 7307738931603a8ec196cd9ad767b240b967a2f5 (patch) | |
tree | 4213d13023b07e2fbf7b8dd7c7a4e3eaafd99c0e /www/ap-ssl | |
parent | 2e31718f91312a9857ad1943a738ead8caf5f228 (diff) | |
download | pkgsrc-7307738931603a8ec196cd9ad767b240b967a2f5.tar.gz |
Fix version number in dependence on "apache" package.
Diffstat (limited to 'www/ap-ssl')
-rw-r--r-- | www/ap-ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 2442c2d2043..a344647d0ea 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2002/06/24 16:26:49 taca Exp $ +# $NetBSD: Makefile,v 1.55 2002/06/24 16:36:27 tron Exp $ DISTNAME= mod_ssl-2.8.10-1.3.26 PKGNAME= ap-ssl-2.8.10 @@ -13,7 +13,7 @@ COMMENT= SSL/TLS protocols module for Apache CONFLICTS= apache-1.3.[0-9] apache-*modssl-[0-9]* apache6-[0-9]* -DEPENDS+= apache-1.3.26nb1:../../www/apache +DEPENDS+= apache-1.3.26nb2:../../www/apache USE_BUILDLINK_ONLY= YES |