summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortron <tron>2000-06-02 13:29:40 +0000
committertron <tron>2000-06-02 13:29:40 +0000
commit98fa08408e6a32e553a71f8d3ad5f5980a4f4ed8 (patch)
treef4a41b323fb5c7ce603612d7ee8a7b994dcf3022 /sysutils
parentae2ad37d9f4b367afb5be047b5421d6cf0890c39 (diff)
downloadpkgsrc-98fa08408e6a32e553a71f8d3ad5f5980a4f4ed8.tar.gz
Add explicit dependence on "libgtop" package.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gtop/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile
index 33f8f199c39..322e3aa0781 100644
--- a/sysutils/gtop/Makefile
+++ b/sysutils/gtop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/05/31 22:24:56 tron Exp $
+# $NetBSD: Makefile,v 1.5 2000/06/02 13:29:40 tron Exp $
DISTNAME= gtop-1.0.9
CATEGORIES= sysutils gnome
@@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gtop/}
MAINTAINER= tron@netbsd.org
DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
+DEPENDS+= libgtop>=1.0.9:../../devel/libgtop
GNU_CONFIGURE= yes
USE_X11BASE= yes