diff options
author | tron <tron@pkgsrc.org> | 2002-10-25 09:00:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-10-25 09:00:29 +0000 |
commit | 2abca9a3117c27941c70398ac905139bcb285808 (patch) | |
tree | 6d5178c9d042d99093ccd8077016e0f1d96313c7 /www/ap-ssl/Makefile | |
parent | 44fd538b70feb57d1f80bc3417f627cfb2e3a3ac (diff) | |
download | pkgsrc-2abca9a3117c27941c70398ac905139bcb285808.tar.gz |
Update "apache" package to version 1.3.27nb1 which is now based version
2.8.12-1.3.27 of "mod_ssl" module so that one doesn't need two version
of the "mod_ssl" sources to build "apache".
Diffstat (limited to 'www/ap-ssl/Makefile')
-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 f5195c7f4a9..f6c32d32b59 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2002/10/25 02:29:10 taca Exp $ +# $NetBSD: Makefile,v 1.63 2002/10/25 09:00:30 tron Exp $ DISTNAME= mod_ssl-2.8.12-1.3.27 PKGNAME= ap-ssl-2.8.12 @@ -13,7 +13,7 @@ COMMENT= SSL/TLS protocols module for Apache CONFLICTS= apache-1.3.[0-9] apache-*modssl-[0-9]* apache6-[0-9]* -BUILDLINK_DEPENDS.apache= apache-1.3.27 +BUILDLINK_DEPENDS.apache= apache-1.3.27nb1 USE_BUILDLINK2= YES APACHE_MODULE= YES |