diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-07-03 01:06:21 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-07-03 01:06:21 +0800 |
commit | 0c7a7c371b3a340b8e821ebda5c8b15d698e3b9c (patch) | |
tree | 558c5b443bc45c4f2c8006e07668df092cf3cf9d | |
parent | 9f999644c7a8738e1e5873afa1d3379feda3ae5b (diff) | |
download | freebsd-ports-gnome-0c7a7c371b3a340b8e821ebda5c8b15d698e3b9c.tar.gz freebsd-ports-gnome-0c7a7c371b3a340b8e821ebda5c8b15d698e3b9c.tar.zst freebsd-ports-gnome-0c7a7c371b3a340b8e821ebda5c8b15d698e3b9c.zip |
Directly depend on qt4-corelib.
Original commit by makc@ in the area51 repository.
-rw-r--r-- | x11/qimageblitz/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11/qimageblitz/Makefile b/x11/qimageblitz/Makefile index d81f1531307f..e12c7990ca1c 100644 --- a/x11/qimageblitz/Makefile +++ b/x11/qimageblitz/Makefile @@ -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 library for KDE4 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: |