summaryrefslogtreecommitdiff
path: root/net/ethereal
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-28 09:14:50 +0000
committerjlam <jlam>2000-08-28 09:14:50 +0000
commit2fca34f3979338ff75f83a5446369fa3455938c3 (patch)
tree6d07d83c56526fcde754b8398d99ddd2c3ed6a45 /net/ethereal
parentafa54e1638b2758ab59298440a7c49e67acc3e9d (diff)
downloadpkgsrc-2fca34f3979338ff75f83a5446369fa3455938c3.tar.gz
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'net/ethereal')
-rw-r--r--net/ethereal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 721fbbb34a8..04764133963 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2000/08/05 07:33:37 tron Exp $
+# $NetBSD: Makefile,v 1.33 2000/08/28 09:14:50 jlam Exp $
#
DISTNAME= ethereal-${ETHEREAL_VERSION}
@@ -10,7 +10,7 @@ MAINTAINER= frueauf@netbsd.org
HOMEPAGE= http://ethereal.zing.org/
DEPENDS= gtk+-1.2.*:../../x11/gtk
-BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5
+BUILD_DEPENDS+= ${PERL5}:../../lang/perl5
USE_X11= yes
GNU_CONFIGURE= yes