svn commit: r395248 - head/biology/libsbml
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Aug 25 13:15:18 UTC 2015
Author: rakuco
Date: Tue Aug 25 13:15:17 2015
New Revision: 395248
URL: https://svnweb.freebsd.org/changeset/ports/395248
Log:
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.
Modified:
head/biology/libsbml/Makefile
Modified: head/biology/libsbml/Makefile
==============================================================================
--- head/biology/libsbml/Makefile Tue Aug 25 13:10:47 2015 (r395247)
+++ head/biology/libsbml/Makefile Tue Aug 25 13:15:17 2015 (r395248)
@@ -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
More information about the svn-ports-all
mailing list