aboutsummaryrefslogtreecommitdiff
path: root/comms/gnuradio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-09-30 16:07:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-09-30 16:07:59 +0000
commitda83ad980bae5c3463174a0af774669c6572b4ba (patch)
tree87a4ef18a801ca4e0aed1009e24b6162b2dadd6d /comms/gnuradio
parent249ad0dd6446c47537eefc05d32085af1b76f49e (diff)
downloadports-da83ad980bae5c3463174a0af774669c6572b4ba.tar.gz
ports-da83ad980bae5c3463174a0af774669c6572b4ba.zip
Drop false dependency on pygtk2 gnuradio actually used pygobject3 meaning
gtk3
Notes
Notes: svn path=/head/; revision=550719
Diffstat (limited to 'comms/gnuradio')
-rw-r--r--comms/gnuradio/Makefile3
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