svn commit: r456831 - head/audio/lash

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 20 15:12:30 UTC 2017


Author: bapt
Date: Wed Dec 20 15:12:29 2017
New Revision: 456831
URL: https://svnweb.freebsd.org/changeset/ports/456831

Log:
  Switch to swig 3.0

Modified:
  head/audio/lash/Makefile

Modified: head/audio/lash/Makefile
==============================================================================
--- head/audio/lash/Makefile	Wed Dec 20 15:10:04 2017	(r456830)
+++ head/audio/lash/Makefile	Wed Dec 20 15:12:29 2017	(r456831)
@@ -36,7 +36,8 @@ OPTIONS_SUB=	yes
 
 PYTHON_DESC=	Build pylash
 PYTHON_USES=	python
-PYTHON_BUILD_DEPENDS=	swig:devel/swig13
+PYTHON_BUILD_DEPENDS=	swig3.0:devel/swig30
+PYTHON_BINARY_ALIAS=	swig=swig3.0
 PYTHON_CONFIGURE_ENABLE=pylash
 PYTHON_BROKEN=	Does not package
 


More information about the svn-ports-head mailing list