Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 09:43:08 +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: r396655 - head/science/massxpert
Message-ID:  <201509110943.t8B9h8Ix050617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Fri Sep 11 09:43:07 2015
New Revision: 396655
URL: https://svnweb.freebsd.org/changeset/ports/396655

Log:
  Drop USES=iconv.
  
  The port's source does not use iconv anywhere, so remove the unnecessary
  dependency from the Makefile.
  
  PR:		202717
  Approved by:	maintainer timeout (vg, 14 days)

Modified:
  head/science/massxpert/Makefile

Modified: head/science/massxpert/Makefile
==============================================================================
--- head/science/massxpert/Makefile	Fri Sep 11 09:42:10 2015	(r396654)
+++ head/science/massxpert/Makefile	Fri Sep 11 09:43:07 2015	(r396655)
@@ -3,7 +3,7 @@
 
 PORTNAME=	massxpert
 PORTVERSION=	3.4.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	science
 MASTER_SITES=	http://download.tuxfamily.org/massxpert/source/
 
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libpthread-stubs.so:${PORTS
 		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
 
 USE_GCC=	any
-USES=		cmake gettext iconv tar:bzip2
+USES=		cmake gettext tar:bzip2
 USE_XORG=	ice sm x11 xau xcb xdmcp xext xrender
 USE_GNOME=	glib20
 USE_QT4=	corelib gui xml rcc_build qmake_build uic_build moc_build \



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