summaryrefslogtreecommitdiff
path: root/games/newvox
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-26 10:08:31 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-26 10:08:31 +0000
commit60672704fbceea6ac413f1f173b7d071b0fe1833 (patch)
treef36b9f111755cedd5b532e89b0e4081446956a6c /games/newvox
parent8b297d083ef692ab4b5d050cbfe108656e0cf901 (diff)
downloadpkgsrc-60672704fbceea6ac413f1f173b7d071b0fe1833.tar.gz
o converted to use buildlink.mk
Diffstat (limited to 'games/newvox')
-rw-r--r--games/newvox/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/games/newvox/Makefile b/games/newvox/Makefile
index f8f2ed5d72d..db9100e389c 100644
--- a/games/newvox/Makefile
+++ b/games/newvox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/17 22:14:35 rh Exp $
+# $NetBSD: Makefile,v 1.2 2001/06/26 10:15:25 zuntum Exp $
#
DISTNAME= newvox-1.0
@@ -9,9 +9,10 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.libsdl.org/projects/newvox/index.html
COMMENT= voxel-style landscape rendering fly-by
-DEPENDS+= SDL>=1.1.6:../../devel/SDL
-
-GNU_CONFIGURE= YES
-USE_X11= YES
+USE_BUILDLINK_ONLY= YES
+USE_CONFIG_WRAPPER= YES
+GNU_CONFIGURE= YES
+USE_X11= YES
+.include "../../devel/SDL/buildlink.mk"
.include "../../mk/bsd.pkg.mk"