From 00768202f3e1b1551ac8f710c0938dcf895f9ef1 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 11 Jul 2002 17:07:19 +0000 Subject: Add USE_BUILDLINK_ONLY to avoid stumbling over installed ncurses headers. --- games/gnugo/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'games/gnugo') diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index 6193f0cd20a..2a6e8d66047 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/05/10 13:44:43 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/07/11 17:07:19 wiz Exp $ DISTNAME= gnugo-3.2 CATEGORIES= games @@ -8,8 +8,9 @@ MAINTAINER= bad@netbsd.org HOMEPAGE= http://www.gnu.org/software/gnugo/ COMMENT= Go playing program -GNU_CONFIGURE= yes -USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_BUILDLINK_ONLY= yes .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3