diff options
Diffstat (limited to 'graphics/py-graphviz')
-rw-r--r-- | graphics/py-graphviz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-graphviz/Makefile b/graphics/py-graphviz/Makefile index a3e45b3a8cf5..e28e6a5d4307 100644 --- a/graphics/py-graphviz/Makefile +++ b/graphics/py-graphviz/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${PORTNAME}-${GV_VERSION}.tgz MAINTAINER= perky@FreeBSD.org -BUILD_DEPENDS= ${SWIG_CMD}:${PORTSDIR}/devel/SWIG +BUILD_DEPENDS= ${SWIG_CMD}:${PORTSDIR}/devel/swig13 NO_CDROM= "Can't be included in a commercial product" @@ -26,7 +26,7 @@ GV_VERSION?= 1.7.7 USE_PYTHON= yes USE_PYDISTUTILS= yes -SWIG_CMD= ${LOCALBASE}/bin/swig +SWIG_CMD= ${LOCALBASE}/bin/swig1.3 PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} post-patch: |