Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 13:15:17 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395248 - head/biology/libsbml
Message-ID:  <201508251315.t7PDFHm4037846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508251315.t7PDFHm4037846>