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 /devel/ptl2 | |
parent | afa54e1638b2758ab59298440a7c49e67acc3e9d (diff) | |
download | pkgsrc-2fca34f3979338ff75f83a5446369fa3455938c3.tar.gz |
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'devel/ptl2')
-rw-r--r-- | devel/ptl2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile index 8170827982e..b1d3aa1dfcf 100644 --- a/devel/ptl2/Makefile +++ b/devel/ptl2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2000/07/17 12:40:02 msaitoh Exp $ +# $NetBSD: Makefile,v 1.24 2000/08/28 09:14:50 jlam Exp $ DISTNAME= PTL-2.1.4 PKGNAME= ptl-2.1.4 @@ -10,7 +10,7 @@ PATCH_SITES= ${MASTER_SITES} MAINTAINER= msaitoh@netbsd.org HOMEPAGE= http://www.media.osaka-cu.ac.jp/~k-abe/PTL/ -BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS= ${PERL5}:../../lang/perl5 MAKE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}" PLIST_SRC= ${WRKDIR}/PLIST |