From 2901e41f3db308b64ed1adb51e919c3fc483bc49 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 22 May 2005 05:35:32 +0000 Subject: For packages that use GNU configure, don't bother adding "TOOL" variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically. --- sysutils/libgtop2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/libgtop2') diff --git a/sysutils/libgtop2/Makefile b/sysutils/libgtop2/Makefile index 442ceb33e8f..b1d76d4702b 100644 --- a/sysutils/libgtop2/Makefile +++ b/sysutils/libgtop2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/26 21:27:33 drochner Exp $ +# $NetBSD: Makefile,v 1.18 2005/05/22 05:35:33 jlam Exp $ DISTNAME= libgtop-2.10.1 PKGNAME= ${DISTNAME:S/-/2-/} @@ -35,7 +35,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-glib-prefix=${BUILDLINK_PREFIX.glib2} CONFIGURE_ARGS+= --with-catgets --with-libgtop-guile=no CONFIGURE_ARGS+= --without-x -CONFIGURE_ENV+= AWK="${AWK}" LN_S="${LN} -s" PERL="${PERL5}" +CONFIGURE_ENV+= LN_S="${LN} -s" PRINT_PLIST_AWK+= /^bin\/libgtop_server2$$/ \ { print "$${LIBGTOP_SERVER}" $$0; next } -- cgit v1.2.3