From 167108cd7cd96f4477f3c256c71bc69f8818d885 Mon Sep 17 00:00:00 2001
From: kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>
Date: Sun, 6 Oct 2013 19:02:23 +0000
Subject: Add pkgconfig, enable stage. Fix derpy lib_depend line in g-c-c.

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18775 df743ca5-7f9a-e211-a948-0013205c9059
---
 sysutils/gnome-control-center3/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'sysutils')

diff --git a/sysutils/gnome-control-center3/Makefile b/sysutils/gnome-control-center3/Makefile
index 5575e39d9..7a84b4876 100644
--- a/sysutils/gnome-control-center3/Makefile
+++ b/sysutils/gnome-control-center3/Makefile
@@ -6,6 +6,7 @@ PORTNAME=	gnome-control-center
 PORTVERSION=	3.6.3
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME
+PKGNAMESUFFIX=	3
 DIST_SUBDIR=	gnome3
 
 MAINTAINER=	gnome@FreeBSD.org
@@ -18,7 +19,7 @@ LIB_DEPENDS=	libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
 		libxklavier.so:${PORTSDIR}/x11/libxklavier \
 		libupower-glib.so:${PORTSDIR}/sysutils/upower \
 		libcolord.so:${PORTSDIR}/graphics/colord \
-		libibus.so:${PORTSDIR}/textproc/ibus \
+		libibus-1.0.so:${PORTSDIR}/textproc/ibus \
 		libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \
 		libsocialweb.so:${PORTSDIR}/www/libsocialweb \
 		libpwquality.so:${PORTSDIR}/security/libpwquality \
@@ -35,8 +36,6 @@ RUN_DEPENDS=	gnome-eject:${PORTSDIR}/sysutils/gnome-mount \
 
 CONFLICTS=	gnome-control-center-2.[0-9]* gnome-media-2.[0-9]*
 
-NO_STAGE=	yes
-LATEST_LINK=	gnome-control-center3
 USE_XZ=		yes
 USES=		desktop-file-utils gettext gmake pathfix pkgconfig \
 		shared-mime-info
-- 
cgit