summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-04-09 15:41:05 +0000
committerVolker Stolz <vs@FreeBSD.org>2006-04-09 15:41:05 +0000
commit387b0ca2c9d05a02000098f560b0edd94a2f4443 (patch)
tree16d7a236b0be8c0c406361b7e1bfc503cb7f77ec
parentUpdate to the 20060408 snapshot of GCC 4.2.0. (diff)
Fall back to swig 1.1, something has broken with swig 1.3
Notes
Notes: svn path=/head/; revision=159213
-rw-r--r--graphics/py-graphviz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-graphviz/Makefile b/graphics/py-graphviz/Makefile
index 75ef51ae107d..3388fd9e520b 100644
--- a/graphics/py-graphviz/Makefile
+++ b/graphics/py-graphviz/Makefile
@@ -17,14 +17,14 @@ EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= Python interface to GraphViz agraph
-BUILD_DEPENDS= ${SWIG_CMD}:${PORTSDIR}/devel/swig13 \
+BUILD_DEPENDS= ${SWIG_CMD}:${PORTSDIR}/devel/swig11 \
dot:${PORTSDIR}/graphics/graphviz
RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz
NO_CDROM= "Can't be included in a commercial product"
USE_PYTHON= yes
-SWIG_CMD= ${LOCALBASE}/bin/swig1.3
+SWIG_CMD= ${LOCALBASE}/bin/swig1.1
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
GV_PORT= ${PORTSDIR}/graphics/graphviz
MAKEFILE= ${FILESDIR}/Makefile