diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-02 20:06:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-02 20:06:11 +0000 |
commit | d480fe70cea0226db3fe9cb6d739bc4bb475c478 (patch) | |
tree | cfe0bfde1f380c8d727e04a3f65994a9293aead4 /devel/libgtop/Makefile | |
parent | 34c36c42a262514209b77c7f72852ccb11a9e921 (diff) | |
download | pkgsrc-d480fe70cea0226db3fe9cb6d739bc4bb475c478.tar.gz |
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r-- | devel/libgtop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index dbdb5121435..fb8aaf7a6bf 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2001/03/27 03:19:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.50 2001/04/02 20:06:12 wiz Exp $ DISTNAME= libgtop-1.0.9 CATEGORIES= devel gnome @@ -10,7 +10,6 @@ COMMENT= library to retrieve system information, used in GNOME BUILD_DEPENDS= perl-5.*:../../lang/perl5 BUILD_USES_MSGFMT= yes - DEPENDS+= gnome-libs-*:../../x11/gnome-libs DEPENDS+= guile-[0-9]*:../../lang/guile |