diff options
Diffstat (limited to 'games/gtkgo/Makefile')
-rw-r--r-- | games/gtkgo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gtkgo/Makefile b/games/gtkgo/Makefile index 23cc96e8e7c..eb6451c4ff1 100644 --- a/games/gtkgo/Makefile +++ b/games/gtkgo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/03/14 14:57:30 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:51 tv Exp $ # DISTNAME= gtkgo-0_0_10 @@ -13,7 +13,6 @@ COMMENT= Go board with skin support CPPFLAGS+= -DPKGDATADIR='"${PREFIX}/share/gtkgo/"' GNU_CONFIGURE= YES -USE_BUILDLINK3= YES USE_X11= YES WRKSRC= ${WRKDIR}/${DISTNAME:S/_/./g} |