diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-09-11 09:43:07 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-09-11 09:43:07 +0000 |
commit | 333ff881f674fa51e8fea104f61ae9704dad48f2 (patch) | |
tree | 2ac145c104299a6cd89ef9ff146f3b1772644492 /science/massxpert | |
parent | 60683ce93ab9563db12cbf3c50b5a2d7a161a85d (diff) |
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)
Notes
Notes:
svn path=/head/; revision=396655
Diffstat (limited to 'science/massxpert')
-rw-r--r-- | science/massxpert/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/massxpert/Makefile b/science/massxpert/Makefile index 93333f541526..fc1363190702 100644 --- a/science/massxpert/Makefile +++ b/science/massxpert/Makefile @@ -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:${PORTSDIR}/devel/libpthread-stubs \ 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 \ |