diff options
author | tron <tron> | 2000-06-05 14:47:29 +0000 |
---|---|---|
committer | tron <tron> | 2000-06-05 14:47:29 +0000 |
commit | 56cdf1fe6349b30e7269b4e98d4da344f132c65f (patch) | |
tree | c7fd6d1c0f8dd137098c2440b33b67ad82757e40 /misc/gnome-utils | |
parent | 91c3ea7bd15ab08575d4ac54de0ff31da4aac3e8 (diff) | |
download | pkgsrc-56cdf1fe6349b30e7269b4e98d4da344f132c65f.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/gnome-utils')
-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 |