From 63e84b1b84449ee2d7305c779da111b57099caf4 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 28 Sep 2005 20:52:18 +0000 Subject: Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. --- lang/gpc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gpc') diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile index 508ec9d4bd4..7ef4a950607 100644 --- a/lang/gpc/Makefile +++ b/lang/gpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:09 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/09/28 20:52:23 rillig Exp $ DISTNAME= gpc-2.1 PKGREVISION= 3 @@ -37,7 +37,7 @@ GPC_PREFIX= ${_GCC_PREFIX} GPC_SUBPREFIX= ${_GCC_SUBPREFIX}/ .endif -HAS_CONFIGURE= # defined +HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ${WRKSRC}/configure CONFIGURE_ARGS= --host=${MACHINE_GNU_PLATFORM} CONFIGURE_ARGS+= --prefix=${GPC_PREFIX} -- cgit v1.2.3