diff options
Diffstat (limited to 'math/py-graphtool/Makefile')
-rw-r--r-- | math/py-graphtool/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/math/py-graphtool/Makefile b/math/py-graphtool/Makefile index 13f3d2c7daca..900dc71ce6d7 100644 --- a/math/py-graphtool/Makefile +++ b/math/py-graphtool/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: py-graphtool -# Date created: 2011-04-29 -# Whom: dikshie <dikshie@sfc.wide.ad.jp> -# +# Created by: dikshie <dikshie@sfc.wide.ad.jp> # $FreeBSD$ -# PORTNAME= graphtool PORTVERSION= 2.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= http://downloads.skewed.de/graph-tool/ DISTNAME= graph-tool-${PORTVERSION} @@ -18,8 +14,8 @@ COMMENT= Python module for complex network based on C++ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:${PORTSDIR}/science/py-scipy -LIB_DEPENDS= boost_python.4:${PORTSDIR}/devel/boost-python-libs \ - boost_graph.4:${PORTSDIR}/devel/boost-libs \ +LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \ + boost_graph:${PORTSDIR}/devel/boost-libs \ CGAL.5:${PORTSDIR}/math/cgal USE_BZIP2= yes |