diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-11 17:07:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-11 17:07:19 +0000 |
commit | 00768202f3e1b1551ac8f710c0938dcf895f9ef1 (patch) | |
tree | 6e8a1126fed5dced563cbd91bedb22c76a77be3a /games/gnugo | |
parent | a167462ada834b3d907641cb495a0db60cc1d675 (diff) | |
download | pkgsrc-00768202f3e1b1551ac8f710c0938dcf895f9ef1.tar.gz |
Add USE_BUILDLINK_ONLY to avoid stumbling over installed ncurses
headers.
Diffstat (limited to 'games/gnugo')
-rw-r--r-- | games/gnugo/Makefile | 7 |
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" |