summaryrefslogtreecommitdiff
path: root/games/xarchon/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-09-06 12:09:08 +0000
committerwiz <wiz>2002-09-06 12:09:08 +0000
commit6aaef078031b175190eef1238e65ac5e7e869a43 (patch)
tree22ea71c93dab12b88dbdf45de9c93488e5b06826 /games/xarchon/Makefile
parentc110996adfd5d52bc7a633fe76806a757626fd84 (diff)
downloadpkgsrc-6aaef078031b175190eef1238e65ac5e7e869a43.tar.gz
Convert to buildlink2.
Diffstat (limited to 'games/xarchon/Makefile')
-rw-r--r--games/xarchon/Makefile14
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"