diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 18:48:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 18:48:59 +0000 |
commit | d8bc9a8c5a0ed47442e8249ab6a54ac321e09d1e (patch) | |
tree | e0370e6d5c24b9356a232b12b53d262a4bea2af3 /games/quake3arena/Makefile | |
parent | 5571387762de5670c173834fd448e2b1a0e6843d (diff) | |
download | pkgsrc-d8bc9a8c5a0ed47442e8249ab6a54ac321e09d1e.tar.gz |
Don't depend on native X11 for Linux apps.
Diffstat (limited to 'games/quake3arena/Makefile')
-rw-r--r-- | games/quake3arena/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/quake3arena/Makefile b/games/quake3arena/Makefile index 4a7442d53ed..2f4c159a644 100644 --- a/games/quake3arena/Makefile +++ b/games/quake3arena/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2006/05/22 22:22:03 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2007/02/19 18:48:59 joerg Exp $ DISTNAME= linuxq3apoint-1.32b.x86 -PKGREVISION= 2 +PKGREVISION= 3 PKGNAME= quake3arena-1.32b CATEGORIES= games x11 MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake3/linux/ \ @@ -46,8 +46,6 @@ SHAREDIR= ${PREFIX}/share/doc/lokigames INSTALLATION_DIRS= bin -.include "../../mk/x11.buildlink3.mk" - do-build: ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ -e 's#@@LIBDIR@@#${LIBDIR}#g' \ |