diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-28 09:14:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-28 09:14:50 +0000 |
commit | bb3a9554989d91ee874bae222350289ea4d889d0 (patch) | |
tree | 6d07d83c56526fcde754b8398d99ddd2c3ed6a45 /www/ap-dtcl | |
parent | 4a7ce722b8dbf5822362b8e311c056e3be5d8644 (diff) | |
download | pkgsrc-bb3a9554989d91ee874bae222350289ea4d889d0.tar.gz |
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'www/ap-dtcl')
-rw-r--r-- | www/ap-dtcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-dtcl/Makefile b/www/ap-dtcl/Makefile index 81ab1ddcf9f..f9164d9e85e 100644 --- a/www/ap-dtcl/Makefile +++ b/www/ap-dtcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/11/21 22:12:59 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/28 09:14:51 jlam Exp $ DISTNAME= libapache-mod-dtcl_0.6.4-1 PKGNAME= ap-dtcl-0.6.4 @@ -12,7 +12,7 @@ HOMEPAGE= http://comanche.com.dtu.dk/dave/ DEPENDS+= apache-1.3.*:../../www/apache DEPENDS+= tcl-*:../../lang/tcl80 # For "apxs": -BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS= ${PERL5}:../../lang/perl5 INCLUDES= -I${PREFIX}/include/tcl8.0 LIBS= -L${PREFIX}/lib -Wl,-R${PREFIX}/lib -ltcl80 -lm |