aboutsummaryrefslogtreecommitdiff
path: root/games/kblocks
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-02-10 10:29:51 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-02-10 10:29:51 +0000
commit737c1cc56dbc42d63372805d3642ba9b3d119a96 (patch)
tree0b032f3e2684e6f49384c70cbee1ccfb5359893d /games/kblocks
parent5e9ae3b9f544b762bebe53addbf6c4095bbafcf3 (diff)
downloadports-737c1cc56dbc42d63372805d3642ba9b3d119a96.tar.gz
ports-737c1cc56dbc42d63372805d3642ba9b3d119a96.zip
Rename KDE4 meta ports
This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
Notes
Notes: svn path=/head/; revision=461375
Diffstat (limited to 'games/kblocks')
-rw-r--r--games/kblocks/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/kblocks/Makefile b/games/kblocks/Makefile
index 2934666d872a..9760cd2c8cf1 100644
--- a/games/kblocks/Makefile
+++ b/games/kblocks/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kblocks
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 3
CATEGORIES= games kde kde-kde4
MAINTAINER= kde@FreeBSD.org
@@ -13,5 +13,5 @@ USE_KDE= kdelibs libkdegames automoc4
USE_QT4= corelib gui network \
moc_build qmake_build rcc_build uic_build
-.include <${.CURDIR}/../kdegames4/Makefile.common>
+.include <${.CURDIR}/../kdegames-kde4/Makefile.common>
.include <bsd.port.mk>