diff options
author | tron <tron@pkgsrc.org> | 2000-06-05 14:47:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-06-05 14:47:29 +0000 |
commit | 2b9abfd1190c14d77262e064cab7d6ed4e4e7ec8 (patch) | |
tree | c7fd6d1c0f8dd137098c2440b33b67ad82757e40 /misc | |
parent | 80fe90a77ba6b64d0d9af4f09c91558d265a0c29 (diff) | |
download | pkgsrc-2b9abfd1190c14d77262e064cab7d6ed4e4e7ec8.tar.gz |
Add missing dependence on "libgtop". This breaks the package for all ports
except arm32, i386 and m68k but that is a good motivation to do the missing
adaptations.
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 d54db16ce9b..b2e145f9088 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/06/01 16:10:52 rh Exp $ +# $NetBSD: Makefile,v 1.18 2000/06/05 14:47:29 tron Exp $ DISTNAME= gnome-utils-1.2.0 CATEGORIES= misc x11 gnome @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnome.org/ 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 GNU_CONFIGURE= YES USE_X11BASE= YES |