svn commit: r456788 - head/multimedia/mlt

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 20 12:41:32 UTC 2017


Author: bapt
Date: Wed Dec 20 12:41:30 2017
New Revision: 456788
URL: https://svnweb.freebsd.org/changeset/ports/456788

Log:
  Switch from swig 1.3 to swig 3.0

Modified:
  head/multimedia/mlt/Makefile

Modified: head/multimedia/mlt/Makefile
==============================================================================
--- head/multimedia/mlt/Makefile	Wed Dec 20 12:41:06 2017	(r456787)
+++ head/multimedia/mlt/Makefile	Wed Dec 20 12:41:30 2017	(r456788)
@@ -154,7 +154,8 @@ COMMENT=	${LANGUAGE} bindings for the MLT multimedia f
 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}


More information about the svn-ports-all mailing list