summaryrefslogtreecommitdiff
path: root/net/speakfreely
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 02:46:03 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 02:46:03 +0000
commit06f0a4c3c2051370b645889877b890871f653667 (patch)
tree1e6a3745241270729ad06096ce88aae00098df6e /net/speakfreely
parentbe7f4fdef3c6ab7b370c57cfd4aef4beb08ea983 (diff)
downloadpkgsrc-06f0a4c3c2051370b645889877b890871f653667.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'net/speakfreely')
-rw-r--r--net/speakfreely/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/speakfreely/Makefile b/net/speakfreely/Makefile
index e964977d741..1e8f453a594 100644
--- a/net/speakfreely/Makefile
+++ b/net/speakfreely/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/08/26 06:18:53 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2000/08/27 02:46:06 jlam Exp $
#
DISTNAME= speak_freely-7.2
@@ -12,7 +12,6 @@ HOMEPAGE= http://www.fourmilab.ch/speakfree/unix/
DEPENDS+= gsm-1.0.10:../../audio/gsm
USE_PERL5= # defined
-PERL_PATH= ${LOCALBASE}/bin/perl
RESTRICTED= Source includes crypto code
NO_SRC_ON_FTP= ${RESTRICTED}
@@ -49,7 +48,7 @@ LICENSE= no-commercial-use
.endif
SOUNDDIR= ${PREFIX}/share/speakfreely
-MAKE_ENV+= PERL="${PERL_PATH}" CCFLAGS="${CCFLAGS}" \
+MAKE_ENV+= PERL="${PERL5}" CCFLAGS="${CCFLAGS}" \
SOUNDDIR="${SOUNDDIR}"
MAKE_ENV+= USE_CRYPTO="${USE_CRYPTO}" HAVE_LIBCRYPTO="${HAVE_LIBCRYPTO}" \
SSLBASE="${SSLBASE}" USE_IDEA="${USE_IDEA}"