diff options
author | bapt <bapt@FreeBSD.org> | 2017-12-20 20:41:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-12-20 20:41:30 +0800 |
commit | 2c654c1fdaa00364330d07f2f0c83748829aa6d9 (patch) | |
tree | 9e8d129845f80854ec44681296ad6692cb7eb686 /multimedia | |
parent | c96bbf1d188d2fbd590dcbfb80b1091871c46b01 (diff) | |
download | freebsd-ports-gnome-2c654c1fdaa00364330d07f2f0c83748829aa6d9.tar.gz freebsd-ports-gnome-2c654c1fdaa00364330d07f2f0c83748829aa6d9.tar.zst freebsd-ports-gnome-2c654c1fdaa00364330d07f2f0c83748829aa6d9.zip |
Switch from swig 1.3 to swig 3.0
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mlt/Makefile | 3 |
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} |