svn commit: r449777 - head/comms/gnuradio

Diane Bruce db at FreeBSD.org
Wed Sep 13 12:31:01 UTC 2017


Author: db
Date: Wed Sep 13 12:31:00 2017
New Revision: 449777
URL: https://svnweb.freebsd.org/changeset/ports/449777

Log:
  set qt tools as build deps
  
  PR:		ports/217272
  Submitted by:	John Hein <z7dr6ut7gs at snkmail.com>

Modified:
  head/comms/gnuradio/Makefile

Modified: head/comms/gnuradio/Makefile
==============================================================================
--- head/comms/gnuradio/Makefile	Wed Sep 13 12:08:31 2017	(r449776)
+++ head/comms/gnuradio/Makefile	Wed Sep 13 12:31:00 2017	(r449777)
@@ -58,7 +58,7 @@ DOCSDIR=	share/doc/${PORTNAME}-${PORTVERSION}
 USE_GNOME=	pygtk2
 USE_PYQT=	core gui opengl
 USE_WX=		3.0+
-USE_QT4=	corelib gui xml qmake moc rcc uic
+USE_QT4=	corelib gui xml qmake moc_build rcc_build uic_build
 WX_COMPS=	wx wx:build wx:run python:build python:run
 USE_LDCONFIG=	yes
 PLIST_SUB+=	MAJOR_VERSION="3"


More information about the svn-ports-all mailing list