Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2013 17:06:21 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322184 - head/x11/qimageblitz
Message-ID:  <201307021706.r62H6LtK011521@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307021706.r62H6LtK011521>