diff options
author | bapt <bapt@FreeBSD.org> | 2017-12-21 03:34:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-12-21 03:34:11 +0800 |
commit | 799ba08ceea2499bc16e2e059b000ac945986d6e (patch) | |
tree | bac7657b7c809f134de666e3748eb52500cad676 /math | |
parent | abfd36450fd088c77f8a2cdaf48f94fb344e3757 (diff) | |
download | freebsd-ports-gnome-799ba08ceea2499bc16e2e059b000ac945986d6e.tar.gz freebsd-ports-gnome-799ba08ceea2499bc16e2e059b000ac945986d6e.tar.zst freebsd-ports-gnome-799ba08ceea2499bc16e2e059b000ac945986d6e.zip |
Switch from swig 2.0 to swig 3.0
Diffstat (limited to 'math')
-rw-r--r-- | math/fityk/Makefile | 3 | ||||
-rw-r--r-- | math/ufc/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile index 5c7e64843ffb..d7a9ce61941a 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= boost-libs>=1.35:devel/boost-libs \ - swig2.0:devel/swig20 \ + swig3.0:devel/swig30 \ gnuplot:math/gnuplot RUN_DEPENDS= gnuplot:math/gnuplot @@ -32,6 +32,7 @@ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes +BINARY_ALIAS= swig=swig3.0 CFLAGS+= -D_GNU_SOURCE CPPFLAGS+= -I${WRKDIR}/xylib-1.4 \ diff --git a/math/ufc/Makefile b/math/ufc/Makefile index 4179b56e57a2..2346cb92b818 100644 --- a/math/ufc/Makefile +++ b/math/ufc/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+do MAINTAINER= bacon4000@gmail.com COMMENT= Unified framework for finite element assembly -BUILD_DEPENDS= swig2.0:devel/swig20 +BUILD_DEPENDS= swig3.0:devel/swig30 LIB_DEPENDS= libboost_math_c99.so:devel/boost-libs # LICENSE= public domain |