diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-05 04:26:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-05 04:26:12 +0000 |
commit | 1d5019baf7e551c46fe480ed3e5554ebe6891fd1 (patch) | |
tree | 0f0e64ceb68978617cd99601ba2ecc3ba84d7fad /games/gnocatan | |
parent | b26d694d724ecea718e71836326caae220dd1260 (diff) | |
download | pkgsrc-1d5019baf7e551c46fe480ed3e5554ebe6891fd1.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'games/gnocatan')
-rw-r--r-- | games/gnocatan/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile index a7ad013f5b5..a9efa673e33 100644 --- a/games/gnocatan/Makefile +++ b/games/gnocatan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/03/13 17:37:00 fredb Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/05 04:26:12 wiz Exp $ # DISTNAME= gnocatan-0.6.1 @@ -11,8 +11,9 @@ HOMEPAGE= http://gnocatan.sourceforge.net/ COMMENT= gnome version of the Settlers of Catan board game GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_GMAKE= YES USE_X11BASE= YES -USE_GMAKE= yes -.include "../../x11/gnome-libs/buildlink.mk" +.include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |