diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-09-30 16:07:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-09-30 16:07:59 +0000 |
commit | da83ad980bae5c3463174a0af774669c6572b4ba (patch) | |
tree | 87a4ef18a801ca4e0aed1009e24b6162b2dadd6d /comms/gnuradio | |
parent | 249ad0dd6446c47537eefc05d32085af1b76f49e (diff) | |
download | ports-da83ad980bae5c3463174a0af774669c6572b4ba.tar.gz ports-da83ad980bae5c3463174a0af774669c6572b4ba.zip |
Notes
Diffstat (limited to 'comms/gnuradio')
-rw-r--r-- | comms/gnuradio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index cc674d874656..e796707c2cad 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnuradio DISTVERSIONPREFIX= v DISTVERSION= 3.8.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms astro hamradio MAINTAINER= hamradio@FreeBSD.org @@ -74,7 +74,6 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" \ # for detailed debugging uncomment the next line #CMAKE_ARGS+= --debug-output --trace USE_CXXSTD= c++11 -USE_GNOME= pygtk2 USE_PYQT= core gui opengl USE_WX= 3.0 USE_QT= buildtools core gui xml qmake widgets |