summaryrefslogtreecommitdiff
path: root/devel/libgtop
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 /devel/libgtop
parentbe7f4fdef3c6ab7b370c57cfd4aef4beb08ea983 (diff)
downloadpkgsrc-06f0a4c3c2051370b645889877b890871f653667.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'devel/libgtop')
-rw-r--r--devel/libgtop/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index c2036264eec..000ee12cbe7 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2000/08/21 21:01:30 hubertf Exp $
+# $NetBSD: Makefile,v 1.42 2000/08/27 02:46:04 jlam Exp $
DISTNAME= libgtop-1.0.9
CATEGORIES= devel gnome
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libgtop/}
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.home-of-linux.org/gnome/libgtop/
-BUILD_DEPENDS= ${PERL}:../../lang/perl5
+BUILD_DEPENDS= ${PERL5}:../../lang/perl5
DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
DEPENDS+= guile-[0-9]*:../../lang/guile
@@ -34,7 +34,6 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
-PERL= ${LOCALBASE}/bin/perl
# The following flags are for debugging purposes. They don't need to
# be used unless you are actively developing/debugging libgtop.
@@ -47,7 +46,7 @@ CONFIGURE_ARGS+= --with-glib-prefix=${LOCALBASE} \
CONFIGURE_ENV+= AWK="${AWK}" \
CPP="${CPP}" \
LN_S="${LN} -s" \
- PERL="${PERL}" \
+ PERL="${PERL5}" \
CPPFLAGS="${CPPFLAGS}" \
LOCALBASE=${LOCALBASE} \
X11BASE=${X11BASE}