diff options
author | wiz <wiz> | 2001-04-02 18:47:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-02 18:47:30 +0000 |
commit | 90d74edc527e64973f0172f91c28aa2e5a472ba4 (patch) | |
tree | c63a36ee10b491eb59425df9661e5f5df2a6e152 /sysutils | |
parent | a8050459c65d475c6c8ba824f5285b6a01890377 (diff) | |
download | pkgsrc-90d74edc527e64973f0172f91c28aa2e5a472ba4.tar.gz |
Shorten comment.
Merge two DEPEND-blocks.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gtop/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile index f16a7c0956f..e8d8fdfb214 100644 --- a/sysutils/gtop/Makefile +++ b/sysutils/gtop/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.16 2001/03/27 03:20:17 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2001/04/02 18:47:30 wiz Exp $ DISTNAME= gtop-1.0.9 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gtop/} MAINTAINER= tron@netbsd.org -COMMENT= GNOME system monitor - top like, memory graphs, processes detailed view +COMMENT= GNOME system monitor - top like, memory graphs, process viewer BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf BUILD_DEPENDS+= automake-1.4:../../devel/automake BUILD_USES_MSGFMT= yes - DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core DEPENDS+= libgtop>=1.0.9:../../devel/libgtop |