svn commit: r396655 - head/science/massxpert

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Sep 11 09:43:08 UTC 2015


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 \


More information about the svn-ports-all mailing list