Fall back to swig 1.1, something has broken with swig 1.3
This commit is contained in:
parent
bd65d7f788
commit
387b0ca2c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159213
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user