summaryrefslogtreecommitdiffstats
path: root/x11/gdm/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-22 12:21:52 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-22 12:21:52 +0800
commit68fbe0addf1c73e15bc36dcbc3c54592dcdbfeb9 (patch)
tree0c2e50ac52686f94edab0c0a6f968f13a320f98f /x11/gdm/Makefile
parent9a3d375413970239d994827a15b0815e05b553fe (diff)
downloadmarcuscom-ports-68fbe0addf1c73e15bc36dcbc3c54592dcdbfeb9.tar
marcuscom-ports-68fbe0addf1c73e15bc36dcbc3c54592dcdbfeb9.tar.gz
marcuscom-ports-68fbe0addf1c73e15bc36dcbc3c54592dcdbfeb9.tar.bz2
marcuscom-ports-68fbe0addf1c73e15bc36dcbc3c54592dcdbfeb9.tar.lz
marcuscom-ports-68fbe0addf1c73e15bc36dcbc3c54592dcdbfeb9.tar.xz
marcuscom-ports-68fbe0addf1c73e15bc36dcbc3c54592dcdbfeb9.tar.zst
marcuscom-ports-68fbe0addf1c73e15bc36dcbc3c54592dcdbfeb9.zip
Add a missing runtime dependency, xrdb. Bump the PORTREVISION.
Submitted by: Pawel Worach <pawel.worach@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10807 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r--x11/gdm/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 15a356c55..f09807bba 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gdm/Makefile,v 1.115 2008/03/14 20:09:03 mezz Exp $
+# $MCom: ports/x11/gdm/Makefile,v 1.116 2008/03/15 00:28:10 marcus Exp $
#
PORTNAME= gdm
PORTVERSION= 2.20.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -19,7 +19,8 @@ COMMENT= GNOME 2 version of xdm display manager
BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
ck-connector.0:${PORTSDIR}/sysutils/consolekit
-RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity
+RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity \
+ xrdb:${PORTSDIR}/x11/xrdb
USE_BZIP2= yes
USE_GETTEXT= yes