summaryrefslogtreecommitdiff
path: root/lang/gpc
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 20:52:18 +0000
committerrillig <rillig>2005-09-28 20:52:18 +0000
commit497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /lang/gpc
parent78122d314edeb82e3047dae09d03b73df8b70852 (diff)
downloadpkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'lang/gpc')
-rw-r--r--lang/gpc/Makefile4
1 files changed, 2 insertions, 2 deletions
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}