diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
commit | 48781afdbbd269b8ceaed59acae75d853875a642 (patch) | |
tree | 5538ac20e99097c6730389c1602b13c3a4026b76 /sysutils | |
parent | 7c0a27c6e2c2c1fe15f479d1402681af920aec2b (diff) | |
download | pkgsrc-48781afdbbd269b8ceaed59acae75d853875a642.tar.gz |
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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libgtop2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |