From 1b974cbd610468940658695a7da297f6b28f66ec Mon Sep 17 00:00:00 2001 From: tcberner Date: Sat, 10 Feb 2018 10:29:51 +0000 Subject: 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 --- games/knavalbattle/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/knavalbattle') diff --git a/games/knavalbattle/Makefile b/games/knavalbattle/Makefile index ffaa63ad1a8c..04b38488c359 100644 --- a/games/knavalbattle/Makefile +++ b/games/knavalbattle/Makefile @@ -2,7 +2,7 @@ PORTNAME= knavalbattle 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 xml \ moc_build qmake_build rcc_build uic_build -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kde4/Makefile.common> .include -- cgit