diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-08-25 13:15:17 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-08-25 13:15:17 +0000 |
commit | 3705667db1f36d3fae0b54aa0bb5e2dcee9fcc2d (patch) | |
tree | c64ee8def3e79dd4bf8e9fad3ce1289d8ea50df2 /biology/libsbml | |
parent | 8162989ab7972852a09438a055f324e5dc21c956 (diff) | |
download | ports-3705667db1f36d3fae0b54aa0bb5e2dcee9fcc2d.tar.gz ports-3705667db1f36d3fae0b54aa0bb5e2dcee9fcc2d.zip |
Notes
Diffstat (limited to 'biology/libsbml')
-rw-r--r-- | biology/libsbml/Makefile | 3 |
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 |