diff options
author | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-19 16:41:21 +0800 |
---|---|---|
committer | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-19 16:41:21 +0800 |
commit | 6051899790563b89e8a9c4832eb312b2c8ea4ad1 (patch) | |
tree | 31da53c3041e555193641b9b6fcb24d13aaea814 /x11/gnome-session/Makefile | |
parent | bcc835edd9ba71b760234a0abc0a3b33c0f8ac0d (diff) | |
download | marcuscom-ports-6051899790563b89e8a9c4832eb312b2c8ea4ad1.tar marcuscom-ports-6051899790563b89e8a9c4832eb312b2c8ea4ad1.tar.gz marcuscom-ports-6051899790563b89e8a9c4832eb312b2c8ea4ad1.tar.bz2 marcuscom-ports-6051899790563b89e8a9c4832eb312b2c8ea4ad1.tar.lz marcuscom-ports-6051899790563b89e8a9c4832eb312b2c8ea4ad1.tar.xz marcuscom-ports-6051899790563b89e8a9c4832eb312b2c8ea4ad1.tar.zst marcuscom-ports-6051899790563b89e8a9c4832eb312b2c8ea4ad1.zip |
Add run-time dependency on x11/xdpyinfo (required by gnome-wm).
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9845 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session/Makefile')
-rw-r--r-- | x11/gnome-session/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 59b8a15d5..0bffa96c4 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-session/Makefile,v 1.124 2007/09/17 20:15:51 ahze Exp $ +# $MCom: ports/x11/gnome-session/Makefile,v 1.125 2007/10/15 21:12:32 mezz Exp $ # PORTNAME= gnome-session PORTVERSION= 2.20.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ http://www.marcuscom.com/downloads/:local @@ -23,7 +24,8 @@ COMMENT= Session component for the GNOME 2 desktop BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-control-center LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ gnome-keyring.0:${PORTSDIR}/security/gnome-keyring -RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-control-center +RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-control-center \ + ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo INSTALLS_ICONS= yes USE_GETTEXT= yes |