aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2015-08-25 21:15:17 +0800
committerrakuco <rakuco@FreeBSD.org>2015-08-25 21:15:17 +0800
commitf36aab3e885ac9aaa479fcc713f8012756be736d (patch)
treec64ee8def3e79dd4bf8e9fad3ce1289d8ea50df2 /biology
parentd2da6404abef7b9f0054d0388460e820316c8977 (diff)
downloadfreebsd-ports-gnome-f36aab3e885ac9aaa479fcc713f8012756be736d.tar.gz
freebsd-ports-gnome-f36aab3e885ac9aaa479fcc713f8012756be736d.tar.zst
freebsd-ports-gnome-f36aab3e885ac9aaa479fcc713f8012756be736d.zip
Switch to USES=iconv:build.
The port does not use iconv on its own, the only dependency comes via libxml2, which has one header that includes iconv.h.
Diffstat (limited to 'biology')
-rw-r--r--biology/libsbml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile
index 52c1e18ec989..d139fcb6db89 100644
--- a/biology/libsbml/Makefile
+++ b/biology/libsbml/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libsbml
PORTVERSION= 5.11.4
+PORTREVISION= 1
CATEGORIES= biology devel
MASTER_SITES= SF/sbml/${PORTNAME}/${PORTVERSION}/stable
DISTNAME= libSBML-${PORTVERSION}-core-src
@@ -14,7 +15,7 @@ LICENSE= LGPL21
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES= cmake:outsource iconv
+USES= cmake:outsource iconv:build
USE_GNOME= libxml2
USE_LDCONFIG= yes