svn commit: r375884 - head/comms/gqrx

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Dec 31 13:44:40 UTC 2014


Author: martymac
Date: Wed Dec 31 13:44:39 2014
New Revision: 375884
URL: https://svnweb.freebsd.org/changeset/ports/375884
QAT: https://qat.redports.org/buildarchive/r375884/

Log:
  Add support for building with QT4 (but still use QT5 by default)
  
  PR:		196234
  Submitted by:	Kevin Zheng <kevinz5000 at gmail.com>

Modified:
  head/comms/gqrx/Makefile

Modified: head/comms/gqrx/Makefile
==============================================================================
--- head/comms/gqrx/Makefile	Wed Dec 31 13:36:02 2014	(r375883)
+++ head/comms/gqrx/Makefile	Wed Dec 31 13:44:39 2014	(r375884)
@@ -28,7 +28,14 @@ GH_COMMIT=	4d90b84
 GH_TAGNAME=	v${PORTVERSION}
 
 USES=		pkgconfig qmake
-USE_QT5=	buildtools_build core gui svg network widgets
+
+OPTIONS_SINGLE=	GUI
+OPTIONS_SINGLE_GUI=	QT4 QT5
+
+QT4_USE=	QT4=corelib,gui,network
+QT5_USE=	QT5=buildtools_build,core,gui,svg,network,widgets
+
+OPTIONS_DEFAULT=	QT5
 
 PLIST_FILES=	bin/gqrx share/applications/gqrx.desktop
 


More information about the svn-ports-head mailing list