svn commit: r316390 - head/devel/subcommander2

Mikhail Teterin mi at FreeBSD.org
Tue Apr 23 20:37:22 UTC 2013


Author: mi
Date: Tue Apr 23 20:37:22 2013
New Revision: 316390
URL: http://svnweb.freebsd.org/changeset/ports/316390

Log:
  Unbreak (again) by using the USE_QT* knob(s) in accordance to the
  most recent whims of bsd.qt.mk
  
  Somebody ought to wear the pointy hat...

Modified:
  head/devel/subcommander2/Makefile

Modified: head/devel/subcommander2/Makefile
==============================================================================
--- head/devel/subcommander2/Makefile	Tue Apr 23 19:17:40 2013	(r316389)
+++ head/devel/subcommander2/Makefile	Tue Apr 23 20:37:22 2013	(r316390)
@@ -19,13 +19,10 @@ LIB_DEPENDS=	boost_thread:${PORTSDIR}/de
 LATEST_LINK=	subcommander2
 CONFLICTS=	subcommander-1.*
 
-BROKEN=		does not build
-
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R:S,.b,b,}p${PORTVERSION:E}
 
 USE_DOS2UNIX=	*.cpp *.h
-USE_QT_VER=	4
-QT_COMPONENTS=	corelib gui network qt3support moc_build rcc_build uic_build
+USE_QT4=	corelib gui network qt3support moc_build rcc_build uic_build
 QT_NONSTANDARD=	yes
 USE_OPENSSL=	yes
 USE_GMAKE=	yes


More information about the svn-ports-head mailing list