Date: Thu, 5 Jan 2017 13:09:13 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430634 - head/games/alienarena Message-ID: <201701051309.v05D9DFB092017@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jan 5 13:09:13 2017 New Revision: 430634 URL: https://svnweb.freebsd.org/changeset/ports/430634 Log: Convert to USES=jpeg Modified: head/games/alienarena/Makefile Modified: head/games/alienarena/Makefile ============================================================================== --- head/games/alienarena/Makefile Thu Jan 5 12:25:29 2017 (r430633) +++ head/games/alienarena/Makefile Thu Jan 5 13:09:13 2017 (r430634) @@ -3,7 +3,7 @@ PORTNAME= alienarena PORTVERSION= 2013.766 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/alienarena.mirror/Alien%20Arena%207.66/ \ http://icculus.org/alienarena/Files/ \ @@ -48,11 +48,10 @@ LIBDIR= ${PREFIX}/lib/${PORTNAME} .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCLIENT} -USES+= openal:soft,alut pkgconfig +USES+= jpeg openal:soft,alut pkgconfig LIB_DEPENDS+= libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 \ - libjpeg.so:graphics/jpeg \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libvorbis.so:audio/libvorbis BUILD_DEPENDS+= ${LOCALBASE}/lib/libode.a:devel/ode USE_GL= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701051309.v05D9DFB092017>