Date: Sat, 5 Nov 2016 07:02:44 +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: r425375 - head/games/voxelands Message-ID: <201611050702.uA572iFE058203@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Nov 5 07:02:44 2016 New Revision: 425375 URL: https://svnweb.freebsd.org/changeset/ports/425375 Log: Cleanup Modified: head/games/voxelands/Makefile Modified: head/games/voxelands/Makefile ============================================================================== --- head/games/voxelands/Makefile Sat Nov 5 04:50:42 2016 (r425374) +++ head/games/voxelands/Makefile Sat Nov 5 07:02:44 2016 (r425375) @@ -2,6 +2,7 @@ PORTNAME= voxelands PORTVERSION= 1604.00 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://voxelands.com/downloads/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -33,8 +34,7 @@ SOUND_DESC= Enable menu background musi SQLITE3_DESC= Use bundled SQLite3 instead of databases/sqlite3 CLIENT_CMAKE_BOOL= BUILD_CLIENT -CLIENT_LIB_DEPENDS= libpng16.so:graphics/png \ - libjpeg.so:graphics/jpeg +CLIENT_LIB_DEPENDS= libpng.so:graphics/png CLIENT_USE= xorg=x11,xxf86vm gl=gl CLIENT_USES= jpeg NLS_USES= gettext
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611050702.uA572iFE058203>