diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-11 14:12:30 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-11 14:12:30 +0000 |
commit | b2c93db5af07a8ca49427910bab4d9f52233b3c7 (patch) | |
tree | 00dbc0e3e04fd48a0065dc40a2259196d555cb20 /games/ioquake3 | |
parent | 8c72ce2539e89481151514eabc4ea21d80d9c23e (diff) | |
download | ports-b2c93db5af07a8ca49427910bab4d9f52233b3c7.tar.gz ports-b2c93db5af07a8ca49427910bab4d9f52233b3c7.zip |
Notes
Diffstat (limited to 'games/ioquake3')
-rw-r--r-- | games/ioquake3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile index a236ca7d5bff..7edda74a00cc 100644 --- a/games/ioquake3/Makefile +++ b/games/ioquake3/Makefile @@ -48,7 +48,6 @@ GAMELIBS_DESC= Build game libraries .if ${IOQ3:MOPUS} OPTIONS_DEFINE+= OPUS OPTIONS_DEFAULT+= OPUS -OPUS_DESC= Opus audio codec support .endif MAKE_ARGS+= DEFAULT_BASEDIR="${Q3DIR}" \ |