diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-05 09:33:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-05 09:33:15 +0000 |
commit | 60d8d28f10ee39d258606553f4bfa85dc8ce80da (patch) | |
tree | 3a4eb3a498298447d7926709d432170808bdd312 /www/ap-ssl | |
parent | a8157e15e1626ff14867ace45b06c4329c91d72d (diff) | |
download | pkgsrc-60d8d28f10ee39d258606553f4bfa85dc8ce80da.tar.gz |
Update build dependency on perl to build in correct directory if perl
interpreter is not found.
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 162378fa623..713ae80d745 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/09/03 13:36:36 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2000/09/05 09:33:17 jlam Exp $ # DISTNAME= mod_ssl-2.6.3-1.3.12 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.modssl.org/ DEPENDS+= apache-1.3.12:../../www/apache # For "apxs": -BUILD_DEPENDS+= ${PERL5}:../../lang/perl5 +BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base CONFLICTS= apache-1.3.[0123456789] apache-*modssl-* apache6-* |