diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-06 12:09:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-06 12:09:08 +0000 |
commit | 1b5a2d1d37c7908ce069b947319a946afdf38c35 (patch) | |
tree | 22ea71c93dab12b88dbdf45de9c93488e5b06826 /games/xarchon/Makefile | |
parent | b51a08c8aa4f649e4c98904e73bee7f6c856f23d (diff) | |
download | pkgsrc-1b5a2d1d37c7908ce069b947319a946afdf38c35.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'games/xarchon/Makefile')
-rw-r--r-- | games/xarchon/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile index 8238fe0a8ad..ae6f44c19bd 100644 --- a/games/xarchon/Makefile +++ b/games/xarchon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/08/15 20:40:01 zuntum Exp $ +# $NetBSD: Makefile,v 1.18 2002/09/06 12:17:38 wiz Exp $ # DISTNAME= xarchon-0.50 @@ -10,8 +10,10 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://xarchon.seul.org/ COMMENT= Chess-like strategy game with battle options -USE_BUILDLINK_ONLY= YES -GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_GMAKE= YES +GNU_CONFIGURE= YES +USE_X11= YES .include "../../mk/bsd.prefs.mk" @@ -19,7 +21,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= CC="${CC}" .endif -.include "../../audio/esound/buildlink.mk" -.include "../../graphics/xpm/buildlink.mk" -.include "../../x11/gtk/buildlink.mk" +.include "../../audio/esound/buildlink2.mk" +.include "../../graphics/xpm/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |