diff options
author | rh <rh@pkgsrc.org> | 2000-06-25 16:03:23 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-06-25 16:03:23 +0000 |
commit | 2b31635157ee55fe56359fd35a9bc474b5f088b2 (patch) | |
tree | 6466bfb1865ea18d9d2be42ba6601a520395b7a8 /misc | |
parent | f2e1f2c5b4f57491c589a1ee823f17a4fcc3effe (diff) | |
download | pkgsrc-2b31635157ee55fe56359fd35a9bc474b5f088b2.tar.gz |
Add dependency on libglade
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index cb6eb20bf06..aed9bedc3c2 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/06/24 16:44:01 danw Exp $ +# $NetBSD: Makefile,v 1.22 2000/06/25 16:03:23 rh Exp $ DISTNAME= gnome-utils-1.2.0 CATEGORIES= misc x11 gnome @@ -11,6 +11,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= ncurses>=4.2:../../devel/ncurses DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core DEPENDS+= libgtop>=1.0.9:../../devel/libgtop +DEPENDS+= libglade>=0.13:../../devel/libglade GNU_CONFIGURE= YES USE_X11BASE= YES |