diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-09-11 17:43:07 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-09-11 17:43:07 +0800 |
commit | bb70414a68a2b340284809f9d7851193401eb7a2 (patch) | |
tree | 2ac145c104299a6cd89ef9ff146f3b1772644492 /science/massxpert/Makefile | |
parent | 7e141005d970b308423e202028cba52b115c9ac2 (diff) | |
download | freebsd-ports-gnome-bb70414a68a2b340284809f9d7851193401eb7a2.tar.gz freebsd-ports-gnome-bb70414a68a2b340284809f9d7851193401eb7a2.tar.zst freebsd-ports-gnome-bb70414a68a2b340284809f9d7851193401eb7a2.zip |
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)
Diffstat (limited to 'science/massxpert/Makefile')
-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 \ |