Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Dec 2017 15:12:29 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456831 - head/audio/lash
Message-ID:  <201712201512.vBKFCT5P086529@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712201512.vBKFCT5P086529>