svn commit: r409312 - head/x11/slim

Guido Falsi madpilot at FreeBSD.org
Sun Feb 21 21:00:47 UTC 2016


Author: madpilot
Date: Sun Feb 21 21:00:45 2016
New Revision: 409312
URL: https://svnweb.freebsd.org/changeset/ports/409312

Log:
  Remove direct dbus dependency.
  
  PR:		207176
  Submitted by:	Henry Hu <henry.hu.sh at gmail.com> (maintainer)

Modified:
  head/x11/slim/Makefile

Modified: head/x11/slim/Makefile
==============================================================================
--- head/x11/slim/Makefile	Sun Feb 21 20:07:48 2016	(r409311)
+++ head/x11/slim/Makefile	Sun Feb 21 21:00:45 2016	(r409312)
@@ -3,7 +3,7 @@
 
 PORTNAME=	slim
 PORTVERSION=	1.3.6
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	x11
 MASTER_SITES=	ftp://ftp.berlios.de/pub/slim/ \
 		SF/slim.berlios
@@ -13,8 +13,7 @@ COMMENT=	Graphical login manager for X11
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus \
-		libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
+LIB_DEPENDS=	libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
 		libpng.so:${PORTSDIR}/graphics/png \
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig


More information about the svn-ports-all mailing list