From 5f904e59871feaea408398a54183ec15241147eb Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 28 Aug 2004 06:05:31 +0000 Subject: Use the new BUILDLINK_TRANSFORM commands to more precisely state the intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else. --- lang/gauche/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gauche') diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index a15d55be34e..75be079f739 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/08/18 13:51:50 minoura Exp $ +# $NetBSD: Makefile,v 1.25 2004/08/28 06:05:32 jlam Exp $ # DISTNAME= Gauche-0.8.1 @@ -38,5 +38,5 @@ CONFIGURE_ARGS+= --enable-multibyte=${GAUCHE_MULTIBYTE} .if !empty(_WITH_ICONV_LIB) CONFIGURE_ARGS+= --with-iconv-lib=${_WITH_ICONV_LIB} .else -BUILDLINK_TRANSFORM+= S:-liconv: +BUILDLINK_TRANSFORM+= rm:-liconv .endif -- cgit v1.2.3