Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 18:26:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362341 - head/sysutils/consolekit
Message-ID:  <201407201826.s6KIQ6a3094712@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jul 20 18:26:06 2014
New Revision: 362341
URL: http://svnweb.freebsd.org/changeset/ports/362341
QAT: https://qat.redports.org/buildarchive/r362341/

Log:
  Fix LIB_DEPENDS

Modified:
  head/sysutils/consolekit/Makefile

Modified: head/sysutils/consolekit/Makefile
==============================================================================
--- head/sysutils/consolekit/Makefile	Sun Jul 20 18:17:04 2014	(r362340)
+++ head/sysutils/consolekit/Makefile	Sun Jul 20 18:26:06 2014	(r362341)
@@ -11,12 +11,11 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Framework for defining and tracking users
 
 LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
-		polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit
+		libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
 
 WRKSRC=		${WRKDIR}/ConsoleKit-${PORTVERSION}
-USE_BZIP2=	yes
 USE_XORG=	x11
-USES=		pathfix gettext pkgconfig gmake
+USES=		gettext gmake pathfix pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include



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