summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-08-25 08:59:38 +0000
committerobache <obache@pkgsrc.org>2014-08-25 08:59:38 +0000
commit09e804a2a6cc0fa4378d727b58b5fe2882d9fb7d (patch)
treefc84a1c58a6ac5e60df9d9595fbee742bd1834a5 /x11
parent63e8e26095d7e11e1d2d8b31d947d75c7eb12aae (diff)
downloadpkgsrc-09e804a2a6cc0fa4378d727b58b5fe2882d9fb7d.tar.gz
Add missing dependency on xrdb.
PR pkg/49100. Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r--x11/xdm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile
index c0d2dd07ddf..5e6a8de78ba 100644
--- a/x11/xdm/Makefile
+++ b/x11/xdm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2014/08/25 08:30:46 obache Exp $
+# $NetBSD: Makefile,v 1.27 2014/08/25 08:59:38 obache Exp $
DISTNAME= xdm-1.1.11
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@@ -11,6 +11,7 @@ HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X Display Manager from modular X.org
DEPENDS+= sessreg-[0-9]*:../../x11/sessreg
+DEPENDS+= xrdb-[0-9]*:../../x11/xrdb
PKG_SYSCONFSUBDIR= xdm
CONFIGURE_ARGS+= --with-xdmconfigdir=${PKG_SYSCONFDIR:Q}