Add missing dependency on xrdb.
PR pkg/49100. Bump PKGREVISION.
This commit is contained in:
parent
6c6af783d9
commit
c56202b008
1 changed files with 3 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue