From 5946936ffcde6674d4e6801abd4a757acd269dd5 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/hugs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/hugs') diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 17ecde4c93d..a2269caa924 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/06/16 06:58:00 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2005/09/28 20:52:23 rillig Exp $ DISTNAME= hugs98-Dec2001 PKGNAME= hugs98-200112 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.haskell.org/hugs/ COMMENT= Nottingham and Yale Haskell interpreter and programming environment WRKSRC= ${WRKDIR}/hugs98-Dec2001/src/unix -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-readline BUILD_TARGET= default -- cgit v1.2.3