svn commit: r304439 - head/devel/kdbg

Ruslan Mahmatkhanov rm at FreeBSD.org
Tue Sep 18 10:19:31 UTC 2012


Author: rm
Date: Tue Sep 18 10:19:30 2012
New Revision: 304439
URL: http://svn.freebsd.org/changeset/ports/304439

Log:
  - switch to USE_QT4 instead of deprecated USE_QT_VER/QT_COMPONENTS
  
  Reported by:	makc

Modified:
  head/devel/kdbg/Makefile

Modified: head/devel/kdbg/Makefile
==============================================================================
--- head/devel/kdbg/Makefile	Tue Sep 18 09:01:19 2012	(r304438)
+++ head/devel/kdbg/Makefile	Tue Sep 18 10:19:30 2012	(r304439)
@@ -17,8 +17,7 @@ LICENSE=	GPLv2
 
 USE_CMAKE=	yes
 USE_KDE4=	kdelibs kdeprefix automoc4
-USE_QT_VER=	4
-QT_COMPONENTS=	moc_build qmake_build rcc_build uic_build
+USE_QT4=	moc_build qmake_build rcc_build uic_build
 INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=	NLS



More information about the svn-ports-all mailing list