Date: Wed, 20 Dec 2017 15:00:47 +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: r456829 - head/comms/gr-osmosdr Message-ID: <201712201500.vBKF0lnh079243@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Dec 20 15:00:47 2017 New Revision: 456829 URL: https://svnweb.freebsd.org/changeset/ports/456829 Log: Switch to swig 3.0 Modified: head/comms/gr-osmosdr/Makefile Modified: head/comms/gr-osmosdr/Makefile ============================================================================== --- head/comms/gr-osmosdr/Makefile Wed Dec 20 14:44:20 2017 (r456828) +++ head/comms/gr-osmosdr/Makefile Wed Dec 20 15:00:47 2017 (r456829) @@ -12,7 +12,7 @@ COMMENT= GNU Radio OsmoSDR module LICENSE= GPLv3 -BUILD_DEPENDS= swig:devel/swig13 \ +BUILD_DEPENDS= swig3.0:devel/swig30 \ cheetah:devel/py-cheetah LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \ libgnuradio-pmt.so:comms/gnuradio \ @@ -22,6 +22,7 @@ LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \ USES= cmake fortran pkgconfig python:2.7 tar:tgz USE_LDCONFIG= yes +BINARY_ALIAS= swig=swig3.0 # See lib/CMakeLists.txt to enable more components CMAKE_ARGS+= -DENABLE_DEFAULT:BOOL=OFF \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712201500.vBKF0lnh079243>