Date: Sat, 29 Dec 2012 05:24:52 +0000 (UTC) From: Jeremy Messenger <mezz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309605 - head/devel/xdg-utils Message-ID: <201212290524.qBT5OqOG081499@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mezz Date: Sat Dec 29 05:24:51 2012 New Revision: 309605 URL: http://svnweb.freebsd.org/changeset/ports/309605 Log: Add two missing runtime dependencies, xprop and xset. Those are needing for the xdg-screensaver. Bump the PORTREVISION. PR: ports/172177 Submitted by: Vladimir Kondratiev <wulf@mail.mipt.ru> Modified: head/devel/xdg-utils/Makefile (contents, props changed) Modified: head/devel/xdg-utils/Makefile ============================================================================== --- head/devel/xdg-utils/Makefile Sat Dec 29 05:18:28 2012 (r309604) +++ head/devel/xdg-utils/Makefile Sat Dec 29 05:24:51 2012 (r309605) @@ -8,7 +8,7 @@ PORTNAME= xdg-utils PORTVERSION= 1.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= http://portland.freedesktop.org/download/ EXTRACT_SUFX= .tgz @@ -16,7 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= gnome@FreeBSD.org COMMENT= Tools to allow all applications to integrate with the free desktop -RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ + xprop:${PORTSDIR}/x11/xprop \ + xset:${PORTSDIR}/x11/xset GNU_CONFIGURE= yes XDG_FILES= xdg-desktop-icon \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212290524.qBT5OqOG081499>