diff options
author | wiz <wiz@pkgsrc.org> | 2011-12-01 10:48:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-12-01 10:48:07 +0000 |
commit | 72105ecd0bc94da483fadcb8b120b6f84f46a6a8 (patch) | |
tree | b8b99e0575657b0f5f6c3301b7a707533b5a974a /devel/SDL/Makefile | |
parent | 6df65801674f581b18f9f822490430acc92ab304 (diff) | |
download | pkgsrc-72105ecd0bc94da483fadcb8b120b6f84f46a6a8.tar.gz |
Compile in wscons support on NetBSD.
From Opolo Remo in private mail.
Bump PKGREVISION.
Diffstat (limited to 'devel/SDL/Makefile')
-rw-r--r-- | devel/SDL/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index 8089a50333b..a861a8f5496 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.94 2011/08/23 13:06:49 obache Exp $ +# $NetBSD: Makefile,v 1.95 2011/12/01 10:48:07 wiz Exp $ DISTNAME= SDL-1.2.14 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel games MASTER_SITES= http://www.libsdl.org/release/ @@ -34,10 +34,6 @@ NASMFLAGS_a.out= -f aoutb CONFIGURE_ARGS+= --disable-nasm .endif -.if ${OPSYS:MNetBSD} -CONFIGURE_ARGS+= --disable-video-wscons -.endif - CONFIGURE_ENV+= NASMFLAGS="${NASMFLAGS_${OBJECT_FMT}}" MAKE_ENV+= NASMFLAGS="${NASMFLAGS_${OBJECT_FMT}}" |