Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2012 15:07:04 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304406 - head/audio/pacpl
Message-ID:  <201209171507.q8HF74qv041126@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Mon Sep 17 15:07:04 2012
New Revision: 304406
URL: http://svn.freebsd.org/changeset/ports/304406

Log:
  Replace deprecated kdebase component with kdehier: the port installs
  service file that can be used by any kde filemanager. I see no reason
  to depend on kde-baseapps in this case.
  
  PR:		ports/171217
  Approved by:	maintainer timeout (17 days)

Modified:
  head/audio/pacpl/Makefile   (contents, props changed)

Modified: head/audio/pacpl/Makefile
==============================================================================
--- head/audio/pacpl/Makefile	Mon Sep 17 15:06:43 2012	(r304405)
+++ head/audio/pacpl/Makefile	Mon Sep 17 15:07:04 2012	(r304406)
@@ -58,7 +58,7 @@ PACPL_PO=	en_US.po
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MKDE4}
-USE_KDE4=	kdebase
+USE_KDE4=	kdehier
 PLIST_SUB+=	KDE4SERVICEMENU="" KDE4_PREFIX="${KDE4_PREFIX}"
 .else
 PLIST_SUB+=	KDE4SERVICEMENU="@comment "



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209171507.q8HF74qv041126>