From e06a152d844572206585d8496d7e79399274c9e9 Mon Sep 17 00:00:00 2001 From: rafan Date: Thu, 21 Jun 2007 10:24:06 +0000 Subject: - This port uses konsole's library from x11/kdebase3. Therfore, define USE_KDEBASE_VER to pull that dependency. PR: ports/113217 Submitted by: Gavin Atkinson --- deskutils/kuake/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deskutils/kuake') diff --git a/deskutils/kuake/Makefile b/deskutils/kuake/Makefile index 24540722f669..37f8d2b9770b 100644 --- a/deskutils/kuake/Makefile +++ b/deskutils/kuake/Makefile @@ -6,14 +6,14 @@ PORTNAME= kuake PORTVERSION= 0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils kde MASTER_SITES= http://199.231.140.154/software/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= KDE konsole application acting like the Quake-console -USE_KDELIBS_VER=3 +USE_KDEBASE_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -- cgit