diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 15:52:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 15:52:40 +0000 |
commit | d574c51a4fc8cf8e01beaf9bbb5a0628e14f8a6f (patch) | |
tree | d85d1d826adfcc00724f4cb18ebe3b014d54fc70 /biology/libsbml | |
parent | e06f3ca1c92ec2e41d673716b75f54a03e4a816f (diff) |
Convert b* to USES=zip
Notes
Notes:
svn path=/head/; revision=347402
Diffstat (limited to 'biology/libsbml')
-rw-r--r-- | biology/libsbml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile index 9df43949a9bf..8440662751b9 100644 --- a/biology/libsbml/Makefile +++ b/biology/libsbml/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 OPTIONS_DEFINE= PYTHON RUBY -USE_GMAKE= yes -USE_ZIP= yes +USES= gmake zip USE_GCC= any GNU_CONFIGURE= yes USE_LDCONFIG= yes |