summaryrefslogtreecommitdiff
path: root/games/gnugo
diff options
context:
space:
mode:
authorwiz <wiz>2002-07-11 17:07:19 +0000
committerwiz <wiz>2002-07-11 17:07:19 +0000
commit9e71997c9f231da617e44a5ff6e2686905e94fd4 (patch)
tree6e8a1126fed5dced563cbd91bedb22c76a77be3a /games/gnugo
parent1dd8c984fd8f0c335e20bb1dc10188514399f641 (diff)
downloadpkgsrc-9e71997c9f231da617e44a5ff6e2686905e94fd4.tar.gz
Add USE_BUILDLINK_ONLY to avoid stumbling over installed ncurses
headers.
Diffstat (limited to 'games/gnugo')
-rw-r--r--games/gnugo/Makefile7
1 files changed, 4 insertions, 3 deletions
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"