aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-pivy
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-12-20 13:48:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-12-20 13:48:47 +0000
commit4530ff124542918cadd8e34fada919da58c6370d (patch)
treec4e89c16e207a3b91220ae2077dc1bf39078e773 /graphics/py-pivy
parentcecdfd8482b97b686ee8cb484ce80d1de0c660e0 (diff)
downloadports-4530ff124542918cadd8e34fada919da58c6370d.tar.gz
ports-4530ff124542918cadd8e34fada919da58c6370d.zip
Switch to swig 3.0
Notes
Notes: svn path=/head/; revision=456794
Diffstat (limited to 'graphics/py-pivy')
-rw-r--r--graphics/py-pivy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-pivy/Makefile b/graphics/py-pivy/Makefile
index d0bf2825dc6b..f845b78b3db6 100644
--- a/graphics/py-pivy/Makefile
+++ b/graphics/py-pivy/Makefile
@@ -12,13 +12,14 @@ COMMENT= Python binding for Coin
LICENSE= MIT
-BUILD_DEPENDS= ${LOCALBASE}/bin/swig:devel/swig13
+BUILD_DEPENDS= swig3.0:devel/swig30
LIB_DEPENDS= libSoQt.so:x11-toolkits/soqt
BROKEN_powerpc64= fails to link: coin_wrap.o: relocation truncated to fit: R_PPC64_TOC16_DS
USES= zip python:2
USE_PYTHON= autoplist distutils
+BINARY_ALIAS= swig=swig3.0
WRKSRC= ${WRKDIR}/Coin3D-pivy-${DISTNAME}