aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mlt/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-12-20 12:41:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-12-20 12:41:30 +0000
commitfc97aadd7cc1f985beb7618067b8e00ca4e8e442 (patch)
tree9e8d129845f80854ec44681296ad6692cb7eb686 /multimedia/mlt/Makefile
parent4fe7498039e2133aecac923a65482a5e5b57509a (diff)
downloadports-fc97aadd7cc1f985beb7618067b8e00ca4e8e442.tar.gz
ports-fc97aadd7cc1f985beb7618067b8e00ca4e8e442.zip
Switch from swig 1.3 to swig 3.0
Notes
Notes: svn path=/head/; revision=456788
Diffstat (limited to 'multimedia/mlt/Makefile')
-rw-r--r--multimedia/mlt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile
index 5cab3758975b..a3b51b918c7e 100644
--- a/multimedia/mlt/Makefile
+++ b/multimedia/mlt/Makefile
@@ -154,7 +154,8 @@ COMMENT= ${LANGUAGE} bindings for the MLT multimedia framework
LICENSE= LGPL21
LICENSE_COMB= single
-BUILD_DEPENDS+= swig:devel/swig13
+BUILD_DEPENDS+= swig3.0:devel/swig30
+BINARY_ALIAS= swig=swig3.0
_CFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib
CFLAGS+= ${_CFLAGS}