diff options
author | jlam <jlam> | 2000-08-28 09:14:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-28 09:14:50 +0000 |
commit | 2fca34f3979338ff75f83a5446369fa3455938c3 (patch) | |
tree | 6d07d83c56526fcde754b8398d99ddd2c3ed6a45 /www/ap-ssl | |
parent | afa54e1638b2758ab59298440a7c49e67acc3e9d (diff) | |
download | pkgsrc-2fca34f3979338ff75f83a5446369fa3455938c3.tar.gz |
Use PERL5 variable for location of perl5 binary.
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 85671cbf1b4..56ab9ca7b14 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/07/21 16:59:28 tron Exp $ +# $NetBSD: Makefile,v 1.18 2000/08/28 09:14:52 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+= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS+= ${PERL5}:../../lang/perl5 CONFLICTS= apache-1.3.[0123456789] apache-*modssl-* apache6-* |