svn commit: r451799 - head/devel/libmpsse
Baptiste Daroussin
bapt at FreeBSD.org
Wed Oct 11 21:01:35 UTC 2017
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
More information about the svn-ports-head
mailing list