diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-01-10 16:14:11 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-01-10 16:14:11 +0000 |
commit | 6d11d62c53f19106f13469a1ffcf05d5842f037d (patch) | |
tree | 5f38c20e1615e9b9fdc3982d06321850ce710cdf | |
parent | 7cdabb3acc0685558764c503aa090f290dc5a6a6 (diff) | |
download | pkgsrc-6d11d62c53f19106f13469a1ffcf05d5842f037d.tar.gz |
Fix depends pattern to match only the guile package, not the guile-gtk pkg.
-rw-r--r-- | devel/libgtop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 984a987f38e..230bfd983c0 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2000/01/02 18:02:40 tron Exp $ +# $NetBSD: Makefile,v 1.29 2000/01/10 16:14:11 hubertf Exp $ DISTNAME= libgtop-1.0.5 CATEGORIES= devel gnome @@ -10,7 +10,7 @@ HOMEPAGE= http://www.home-of-linux.org/gnome/libgtop/ BUILD_DEPENDS= ${PERL}:../../lang/perl5 DEPENDS+= gettext-0.10.35:../../devel/gettext DEPENDS+= gnome-libs-*:../../x11/gnome-libs -DEPENDS+= guile-*:../../lang/guile +DEPENDS+= guile-[0-9]*:../../lang/guile ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k |