Date: Sun, 21 Feb 2016 21:00:45 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409312 - head/x11/slim Message-ID: <201602212100.u1LL0jvX076433@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602212100.u1LL0jvX076433>