From 06f0a4c3c2051370b645889877b890871f653667 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 27 Aug 2000 02:46:03 +0000 Subject: Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. --- devel/libgtop/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'devel/libgtop') 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} -- cgit v1.2.3