Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2015 16:02:06 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395506 - head/games/openclonk
Message-ID:  <201508281602.t7SG26wp054121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Fri Aug 28 16:02:05 2015
New Revision: 395506
URL: https://svnweb.freebsd.org/changeset/ports/395506

Log:
  Drop USES=iconv.
  
  The port does not actually use iconv for anything, so drop the unnecessary
  dependency. Tested with 10.1 and HEAD.
  
  PR:		202719
  Approved by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)

Modified:
  head/games/openclonk/Makefile

Modified: head/games/openclonk/Makefile
==============================================================================
--- head/games/openclonk/Makefile	Fri Aug 28 15:58:06 2015	(r395505)
+++ head/games/openclonk/Makefile	Fri Aug 28 16:02:05 2015	(r395506)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openclonk
 PORTVERSION=	6.1
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-src
 CATEGORIES=	games
 MASTER_SITES=	http://www.openclonk.org/builds/release/${DISTVERSION}/
@@ -20,7 +21,7 @@ LIB_DEPENDS=	libboost_thread.so:${PORTSD
 		libpng.so:${PORTSDIR}/graphics/png \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis
 
-USES=		compiler:c++11-lib cmake desktop-file-utils iconv jpeg pkgconfig tar:bzip2
+USES=		compiler:c++11-lib cmake desktop-file-utils jpeg pkgconfig tar:bzip2
 USE_GL=		glew
 USE_GNOME=	gtk20
 USE_SDL=	sdl mixer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508281602.t7SG26wp054121>