svn commit: r362341 - head/sysutils/consolekit
Antoine Brodin
antoine at FreeBSD.org
Sun Jul 20 18:26:07 UTC 2014
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 at 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
More information about the svn-ports-head
mailing list