diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-04-02 19:54:01 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-04-02 19:54:01 +0000 |
commit | 86046465b2e783abc0931c33cc82550ccc65a1b0 (patch) | |
tree | 1e6465cd2be009cc0911e0c2412659aada3e31d6 /games | |
parent | 91021c1e7345586d74af9552de50aef58ca08840 (diff) | |
download | pkgsrc-86046465b2e783abc0931c33cc82550ccc65a1b0.tar.gz |
don't need whole suse_linux (and there is no SuSE 9.1 version for that),
pull in only suse_base + suse_x11
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3arena-demo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile index 6104be4d598..d21c7a60d4b 100644 --- a/games/quake3arena-demo/Makefile +++ b/games/quake3arena-demo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2004/11/17 21:10:51 snj Exp $ +# $NetBSD: Makefile,v 1.23 2005/04/02 19:54:01 jdolecek Exp $ DISTNAME= linuxq3ademo-1_11-6_x86_gz -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= quake3arena-demo-1.11.6 CATEGORIES= games x11 MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake3/linux/ \ @@ -17,7 +17,8 @@ CONFLICTS= quake3arena-[0-9]* .include "../../mk/bsd.prefs.mk" .if ${OPSYS} != "Linux" -DEPENDS+= suse_linux>=6.3:../../emulators/${SUSE_DIR_PREFIX}_linux +DEPENDS+= suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base +DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base DEPENDS+= suse_glx>=6.4:../../emulators/${SUSE_DIR_PREFIX}_glx .include "../../emulators/suse_linux/Makefile.application" .else |