diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-04 03:04:27 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-04 03:04:27 +0000 |
commit | fb510310bb7ef8009856eb8425bc382338bb58f4 (patch) | |
tree | 90fcea71115f84d1edfe2fa281690fdca84f1f6d /games | |
parent | 2e23a77416d789920011ed9a3e0c196e2b0a0091 (diff) | |
download | pkgsrc-fb510310bb7ef8009856eb8425bc382338bb58f4.tar.gz |
Remove obsolete NOT_FOR_PLATFORM.
Diffstat (limited to 'games')
-rw-r--r-- | games/rtcw/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile index 5bf5d3a06f2..16bff164316 100644 --- a/games/rtcw/Makefile +++ b/games/rtcw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2013/04/06 12:04:01 rodent Exp $ +# $NetBSD: Makefile,v 1.21 2015/01/04 03:04:27 dholland Exp $ DISTNAME= wolf-linux-1.33.x86 PKGNAME= rtcw-1.33 @@ -20,9 +20,6 @@ NO_SRC_ON_FTP= ${RESTRICTED} EMUL_PLATFORMS= linux-i386 EMUL_MODULES.linux= base -# This package needs DRI support. -NOT_FOR_PLATFORM= NetBSD-*-* - BUILD_DIRS= # empty RTCWDIR= ${PREFIX}/lib/lokigames/rtcw USE_TOOLS+= gtar pax gzip |