diff options
author | nia <nia@pkgsrc.org> | 2020-04-12 11:16:17 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-04-12 11:16:17 +0000 |
commit | 5d9f5c34a077cbb23cb9a1b22cf0fa33c68414e4 (patch) | |
tree | b38f6521ccd077abe12daa59242be2275b29bf6a /games/iortcw | |
parent | d738e370af78ddcae874b1b765c50f754e686871 (diff) | |
download | pkgsrc-5d9f5c34a077cbb23cb9a1b22cf0fa33c68414e4.tar.gz |
iortcw: Set USE_INTERNAL_LIBS=0 rather than specifying them one-by-one.
Diffstat (limited to 'games/iortcw')
-rw-r--r-- | games/iortcw/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/iortcw/Makefile b/games/iortcw/Makefile index a18af327ee2..feef95a6dbf 100644 --- a/games/iortcw/Makefile +++ b/games/iortcw/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2020/03/08 16:49:39 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2020/04/12 11:16:17 nia Exp $ DISTNAME= iortcw-1.51c -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GITHUB:=iortcw/} @@ -36,10 +36,7 @@ MAKE_FLAGS+= USE_CURL_DLOPEN=0 MAKE_FLAGS+= USE_CODEC_VORBIS=1 MAKE_FLAGS+= USE_CODEC_OPUS=1 MAKE_FLAGS+= USE_FREETYPE=1 -MAKE_FLAGS+= USE_INTERNAL_ZLIB=0 -MAKE_FLAGS+= USE_INTERNAL_JPEG=0 -MAKE_FLAGS+= USE_INTERNAL_OGG=0 -MAKE_FLAGS+= USE_INTERNAL_OPUS=0 +MAKE_FLAGS+= USE_INTERNAL_LIBS=0 MAKE_FLAGS+= USE_LOCAL_HEADERS=0 MAKE_FLAGS+= OPTIMIZEVM="" MAKE_FLAGS+= OPTIMIZE="" |