diff options
author | tron <tron@pkgsrc.org> | 1999-07-08 01:39:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-08 01:39:32 +0000 |
commit | 09942ffc97d8b5afd6d462bb410c81837a4f9896 (patch) | |
tree | f1196f99d685fd8b6be4c22e0b171b6dda28c736 /misc/gnome-utils | |
parent | 35a2a001080e87ed23d29ec157a164922c125204 (diff) | |
download | pkgsrc-09942ffc97d8b5afd6d462bb410c81837a4f9896.tar.gz |
Fix incorrect directory name in dependence.
Diffstat (limited to 'misc/gnome-utils')
-rw-r--r-- | misc/gnome-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index aaebebe5ab8..5e5c08b16db 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/07/08 01:37:57 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/07/08 01:39:32 tron Exp $ # DISTNAME= gnome-utils-1.0.1 @@ -21,7 +21,7 @@ HOMEPAGE= http://www.gnome.org/ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= ncurses-4.2:../../devel/ncurses -DEPENDS+= gnome-core-1.0.5:../../x11/gnome-libs +DEPENDS+= gnome-core-1.0.5:../../x11/gnome-core GNU_CONFIGURE= YES USE_X11BASE= YES |