summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-08-25 13:15:17 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-08-25 13:15:17 +0000
commit3705667db1f36d3fae0b54aa0bb5e2dcee9fcc2d (patch)
treec64ee8def3e79dd4bf8e9fad3ce1289d8ea50df2 /biology
parentsysutils/k3b-kde4: (diff)
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.
Notes
Notes: svn path=/head/; revision=395248
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