diff options
author | joerg <joerg> | 2007-02-19 18:48:59 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-19 18:48:59 +0000 |
commit | 4e159a375fc85486ab96656e561772b7c3ba30f9 (patch) | |
tree | e0370e6d5c24b9356a232b12b53d262a4bea2af3 /games/quake3arena | |
parent | bae565a1a9f01cd4ef5af7348cf2ecba14bb76c4 (diff) | |
download | pkgsrc-4e159a375fc85486ab96656e561772b7c3ba30f9.tar.gz |
Don't depend on native X11 for Linux apps.
Diffstat (limited to 'games/quake3arena')
-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' \ |