Add USE_BUILDLINK_ONLY to avoid stumbling over installed ncurses
headers.
This commit is contained in:
parent
a167462ada
commit
00768202f3
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue