aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-12-21 03:34:11 +0800
committerbapt <bapt@FreeBSD.org>2017-12-21 03:34:11 +0800
commit799ba08ceea2499bc16e2e059b000ac945986d6e (patch)
treebac7657b7c809f134de666e3748eb52500cad676 /textproc
parentabfd36450fd088c77f8a2cdaf48f94fb344e3757 (diff)
downloadfreebsd-ports-gnome-799ba08ceea2499bc16e2e059b000ac945986d6e.tar.gz
freebsd-ports-gnome-799ba08ceea2499bc16e2e059b000ac945986d6e.tar.zst
freebsd-ports-gnome-799ba08ceea2499bc16e2e059b000ac945986d6e.zip
Switch from swig 2.0 to swig 3.0
Diffstat (limited to 'textproc')
-rw-r--r--textproc/zorba/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/zorba/Makefile b/textproc/zorba/Makefile
index 3c2117bf9f17..6b3adc673540 100644
--- a/textproc/zorba/Makefile
+++ b/textproc/zorba/Makefile
@@ -82,7 +82,8 @@ CMAKE_ARGS+= -DJAVA_LIBDIR:PATH=${JAVALIBDIR}
.endif
.if defined(WITH_SWIG)
-BUILD_DEPENDS+= swig2.0:devel/swig20
+BUILD_DEPENDS+= swig3.0:devel/swig30
+BINARY_ALIAS= swig=swig3.0
.endif
post-patch: