svn commit: r322184 - head/x11/qimageblitz

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Jul 2 17:06:21 UTC 2013


Author: rakuco
Date: Tue Jul  2 17:06:21 2013
New Revision: 322184
URL: http://svnweb.freebsd.org/changeset/ports/322184

Log:
  Directly depend on qt4-corelib.
  
  Original commit by makc@ in the area51 repository.

Modified:
  head/x11/qimageblitz/Makefile

Modified: head/x11/qimageblitz/Makefile
==============================================================================
--- head/x11/qimageblitz/Makefile	Tue Jul  2 17:03:26 2013	(r322183)
+++ head/x11/qimageblitz/Makefile	Tue Jul  2 17:06:21 2013	(r322184)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	qimageblitz
-# Date created:		2008-01-15
-# Whom:			Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	qimageblitz
 PORTVERSION=	0.0.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	stable/${PORTNAME}
@@ -17,7 +13,7 @@ COMMENT=	Graphical effects and filters l
 
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
-USE_QT4=	gui qmake_build moc_build uic_build rcc_build
+USE_QT4=	corelib gui qmake_build moc_build uic_build rcc_build
 USES=		cmake
 
 post-patch:


More information about the svn-ports-all mailing list