summaryrefslogtreecommitdiff
path: root/games/quake3arena/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/quake3arena/Makefile')
-rw-r--r--games/quake3arena/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/quake3arena/Makefile b/games/quake3arena/Makefile
index 5af1833549f..106cbc14825 100644
--- a/games/quake3arena/Makefile
+++ b/games/quake3arena/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/02/28 00:31:46 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.9 2002/04/04 12:29:48 tron Exp $
DISTNAME= linuxq3apoint-1.17.x86
PKGNAME= quake3arena-1.17
@@ -13,9 +12,9 @@ MAINTAINER= jmcneill@invisible.yi.org
HOMEPAGE= http://www.quake3arena.com/
COMMENT= Quake 3 Arena -- first person shooter (binary only, no data files)
-DEPENDS+= suse_base>=6.3:../../emulators/suse_base
-DEPENDS+= suse_x11>=6.3:../../emulators/suse_x11
-DEPENDS+= suse_glx>=6.4:../../emulators/suse_glx
+DEPENDS+= suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base
+DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11
+DEPENDS+= suse_glx>=6.4:../../emulators/${SUSE_DIR_PREFIX}_glx
CONFLICTS= quake3arena-demo-[0-9]*
@@ -62,4 +61,5 @@ do-install:
cd ${WRKSRC} ; ${PAX} -rw Help ${SHAREDIR}
${MV} ${SHAREDIR}/Help ${SHAREDIR}/quake3arena-Help
-.include "../../mk/bsd.pkg.mk"
+.include "../../emulators/suse_linux/Makefile.application"
+