diff options
author | rh <rh@pkgsrc.org> | 2001-04-02 14:45:13 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-04-02 14:45:13 +0000 |
commit | 89b7c993d182285c538ff8a6b89fef1db5d4fe5a (patch) | |
tree | c4866268ceab0f06b873e7f20938abb6a28e26e9 | |
parent | fedd3962ef0b92d0ee4b9dd84dc1ba7a04bfc07a (diff) | |
download | pkgsrc-89b7c993d182285c538ff8a6b89fef1db5d4fe5a.tar.gz |
Add missing dependency on libglade.
-rw-r--r-- | x11/gdm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 7994e0f8f35..f2ddc715bc6 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/03/20 02:42:12 mjl Exp $ +# $NetBSD: Makefile,v 1.19 2001/04/02 14:45:13 rh Exp $ DISTNAME= gdm-2.2.0 CATEGORIES= x11 gnome @@ -11,6 +11,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Gnome Display Manager - a re-implementation of the xdm program DEPENDS+= gnome-libs-*:../../x11/gnome-libs +DEPENDS+= libglade>=0.16:../../devel/libglade EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |