diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 12:29:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 12:29:46 +0000 |
commit | b6343d0c1050186df8e7dd1498d066b0381bbdd2 (patch) | |
tree | 02ee0f024d7c7f6ab249edb6825bb16713c7494f /games/quake3arena | |
parent | 885763de4e5cb053002bbbd2dbfe70fbcb398c37 (diff) | |
download | pkgsrc-b6343d0c1050186df8e7dd1498d066b0381bbdd2.tar.gz |
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'games/quake3arena')
-rw-r--r-- | games/quake3arena/Makefile | 12 |
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" + |