Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 16:07:59 +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: r550719 - head/comms/gnuradio
Message-ID:  <202009301607.08UG7xIU013712@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep 30 16:07:59 2020
New Revision: 550719
URL: https://svnweb.freebsd.org/changeset/ports/550719

Log:
  Drop false dependency on pygtk2 gnuradio actually used pygobject3 meaning
  gtk3

Modified:
  head/comms/gnuradio/Makefile

Modified: head/comms/gnuradio/Makefile
==============================================================================
--- head/comms/gnuradio/Makefile	Wed Sep 30 16:06:11 2020	(r550718)
+++ head/comms/gnuradio/Makefile	Wed Sep 30 16:07:59 2020	(r550719)
@@ -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
 # 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009301607.08UG7xIU013712>