svn commit: r425375 - head/games/voxelands

Antoine Brodin antoine at FreeBSD.org
Sat Nov 5 07:02:45 UTC 2016


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


More information about the svn-ports-head mailing list