diff options
Diffstat (limited to 'games/gnocatan/Makefile')
-rw-r--r-- | games/gnocatan/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile index 4bb6bc4436c..48f647b43f8 100644 --- a/games/gnocatan/Makefile +++ b/games/gnocatan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/02/14 17:21:40 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2004/02/20 14:11:00 jmmv Exp $ # DISTNAME= gnocatan-0.8.0.0 @@ -11,12 +11,14 @@ HOMEPAGE= http://gnocatan.sourceforge.net/ COMMENT= GNOME version of the Settlers of Catan board game GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES USE_X11= YES -.include "../../devel/libgnomeui/buildlink2.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../mk/bsd.pkg.mk" |