diff options
author | Dima Ruban <dima@FreeBSD.org> | 1998-08-28 18:41:04 +0000 |
---|---|---|
committer | Dima Ruban <dima@FreeBSD.org> | 1998-08-28 18:41:04 +0000 |
commit | fd08501ea2b8c82a9c2862a39903b075c417aba7 (patch) | |
tree | e5dbcca6e10acd0e77095fdbd78d705ad80027f0 /share | |
parent | c2dc9fa74babd063ec4f2879553b00d5ae8e0e53 (diff) | |
download | src-fd08501ea2b8c82a9c2862a39903b075c417aba7.tar.gz src-fd08501ea2b8c82a9c2862a39903b075c417aba7.zip |
Introduce PERL5 variable.
It's gonna be used in all p5- ports.
Reviewed by: asami
Notes
Notes:
svn path=/head/; revision=38609
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.port.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk index 45b65fc90c7d..d103142d218d 100644 --- a/share/mk/bsd.port.mk +++ b/share/mk/bsd.port.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $Id: bsd.port.mk,v 1.284 1998/08/15 17:34:00 markm Exp $ +# $Id: bsd.port.mk,v 1.285 1998/08/27 00:18:50 asami Exp $ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. @@ -501,6 +501,7 @@ PERL_VERSION= 5.00502 PERL_VER= 5.005 PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ PERL_VER=${PERL_VER} +PERL5= ${PREFIX}/bin/perl${PERL_VERSION} .if defined(USE_PERL5) BUILD_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 |