svn commit: r395506 - head/games/openclonk
Raphael Kubo da Costa
rakuco at FreeBSD.org
Fri Aug 28 16:02:06 UTC 2015
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 at 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
More information about the svn-ports-head
mailing list