diff options
author | agc <agc@pkgsrc.org> | 2005-03-21 14:34:34 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-03-21 14:34:34 +0000 |
commit | 3ebb239623b7dd8e94018bdf3c7ff5d196301f2a (patch) | |
tree | da001ab434cb1558bd077ff50e23a5a6085a52f9 /games | |
parent | 766b70408360f7b7f1dd88b0c94e8b18af2ea31b (diff) | |
download | pkgsrc-3ebb239623b7dd8e94018bdf3c7ff5d196301f2a.tar.gz |
Restore previous revision of Makefile (without the glib buildlink3.mk
inclusion) for just now, and we'll work out IRIX support issues on the
HEAD after the pkgsrc-2005Q1 branch, and pullup any necessary fixes to
the branch.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnugo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index 279af12073c..e1d0ebe1b10 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/03/20 13:06:59 schwarz Exp $ +# $NetBSD: Makefile,v 1.18 2005/03/21 14:34:34 agc Exp $ DISTNAME= gnugo-3.6 CATEGORIES= games @@ -16,5 +16,4 @@ INFO_FILES= gnugo.info TEST_TARGET= check -.include "../../devel/glib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |