Date: Fri, 18 Oct 2019 23:06:21 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514744 - head/games/uhexen2 Message-ID: <201910182306.x9IN6LUr070831@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Oct 18 23:06:21 2019 New Revision: 514744 URL: https://svnweb.freebsd.org/changeset/ports/514744 Log: games/uhexen2: Spell MIKMOD_MAKE_ARGS correctly Modified: head/games/uhexen2/Makefile Modified: head/games/uhexen2/Makefile ============================================================================== --- head/games/uhexen2/Makefile Fri Oct 18 22:57:08 2019 (r514743) +++ head/games/uhexen2/Makefile Fri Oct 18 23:06:21 2019 (r514744) @@ -3,6 +3,7 @@ PORTNAME= uhexen2 PORTVERSION= 1.5.9 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Hammer%20of%20Thyrion/${PORTVERSION}/Source \ SF/${PORTNAME}/Hexen2%20GameData/gamedata-1.29b:data \ @@ -51,7 +52,7 @@ HW_MAKE_ARGS= BUILD_HW=yes MAD_LIB_DEPENDS= libmad.so:audio/libmad MAD_MAKE_ARGS= MP3LIB=mad MIKMOD_LIB_DEPENDS= libmikmod.so:audio/libmikmod -MIDMOD_MAKE_ARGS= USE_CODEC_MIKMOD=yes +MIKMOD_MAKE_ARGS= USE_CODEC_MIKMOD=yes MP3LIB_DESC= MP3 audio codec MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 MPG123_MAKE_ARGS= MP3LIB=mpg123
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910182306.x9IN6LUr070831>