diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-07-02 17:06:21 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-07-02 17:06:21 +0000 |
commit | abd3dd31159bbb76cf3df1a2afe827987b6c2224 (patch) | |
tree | 558c5b443bc45c4f2c8006e07668df092cf3cf9d /x11 | |
parent | 8e4541f69998b936fba0b4b106e4e3d82f80c200 (diff) |
Notes
Diffstat (limited to 'x11')
-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: |