diff options
author | mezz <mezz@FreeBSD.org> | 2012-12-29 13:24:51 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2012-12-29 13:24:51 +0800 |
commit | d4f039965cb75cc826575d1dd04eb839b89a74d6 (patch) | |
tree | 5e3d4d276d29476aa359c8336e335a50c04c13b5 | |
parent | 811aeeb26e1c28db378635d772dd94018bc59fd4 (diff) | |
download | freebsd-ports-gnome-d4f039965cb75cc826575d1dd04eb839b89a74d6.tar.gz freebsd-ports-gnome-d4f039965cb75cc826575d1dd04eb839b89a74d6.tar.zst freebsd-ports-gnome-d4f039965cb75cc826575d1dd04eb839b89a74d6.zip |
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>
-rw-r--r-- | devel/xdg-utils/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/xdg-utils/Makefile b/devel/xdg-utils/Makefile index 3108f64d0880..14ddb4d7bf87 100644 --- a/devel/xdg-utils/Makefile +++ b/devel/xdg-utils/Makefile @@ -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 \ |