Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2017 21:01:34 +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: r451799 - head/devel/libmpsse
Message-ID:  <201710112101.v9BL1YNU086142@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct 11 21:01:34 2017
New Revision: 451799
URL: https://svnweb.freebsd.org/changeset/ports/451799

Log:
  Switch to swig 3.0

Modified:
  head/devel/libmpsse/Makefile

Modified: head/devel/libmpsse/Makefile
==============================================================================
--- head/devel/libmpsse/Makefile	Wed Oct 11 20:59:30 2017	(r451798)
+++ head/devel/libmpsse/Makefile	Wed Oct 11 21:01:34 2017	(r451799)
@@ -11,7 +11,7 @@ COMMENT=	Open source library for SPI/I2C control via F
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/../docs/LICENSE
 
-BUILD_DEPENDS=	swig2.0:devel/swig20
+BUILD_DEPENDS=	swig3.0:devel/swig30
 LIB_DEPENDS=	libftdi.so:devel/libftdi
 
 USE_GITHUB=	yes
@@ -20,7 +20,7 @@ GH_TAGNAME=	f1a6744b220d
 
 USES=		autoreconf localbase:ldflags pkgconfig python:2
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	SWIG="swig2.0"
+CONFIGURE_ENV=	SWIG="swig3.0"
 USE_LDCONFIG=	yes
 
 WRKSRC_SUBDIR=	src



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