diff options
author | tron <tron> | 2002-06-19 13:54:39 +0000 |
---|---|---|
committer | tron <tron> | 2002-06-19 13:54:39 +0000 |
commit | 7f9fc8f744d1641afebb703bbf2d36190ae74ebd (patch) | |
tree | 9226da575026c61f9d5233b9e4a69a970830414a /www/ap-ssl/Makefile | |
parent | 9d10e6cf8d5337d4c606192fdb197d085587f6f0 (diff) | |
download | pkgsrc-7f9fc8f744d1641afebb703bbf2d36190ae74ebd.tar.gz |
Fix dependence on "apachage" package.
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 3b7de1916c8..9a8f544eae2 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2002/06/19 11:03:58 jdolecek Exp $ +# $NetBSD: Makefile,v 1.52 2002/06/19 13:54:39 tron Exp $ DISTNAME= mod_ssl-2.8.9-1.3.26 PKGNAME= ap-ssl-2.8.9 @@ -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.26:../../www/apache +DEPENDS+= apache-1.3.26nb1:../../www/apache USE_BUILDLINK_ONLY= YES |