diff options
author | tron <tron@pkgsrc.org> | 1999-11-14 18:49:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-14 18:49:52 +0000 |
commit | fda6b83a695b47b034b4a9fc06c06f1349139999 (patch) | |
tree | abbdc89e3a8abf0e03e58561ad5b4c71061335d0 | |
parent | 30378c2fdb71e7c46167db6708449c9d4e42132c (diff) | |
download | pkgsrc-fda6b83a695b47b034b4a9fc06c06f1349139999.tar.gz |
Because parts of "libgtop" are very CPU specific build it only on
explicitily supported platforms.
-rw-r--r-- | devel/libgtop/Makefile | 4 | ||||
-rw-r--r-- | devel/libgtop/files/patch-sum | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index b43940bcc7a..969461cfa09 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/11/02 23:16:18 tron Exp $ +# $NetBSD: Makefile,v 1.26 1999/11/14 18:49:52 tron Exp $ DISTNAME= libgtop-1.0.5 CATEGORIES= devel gnome @@ -12,6 +12,8 @@ DEPENDS+= gettext-0.10.35:../../devel/gettext DEPENDS+= gnome-libs-*:../../x11/gnome-libs DEPENDS+= guile-1.3.2:../../lang/guile +ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k + GNU_CONFIGURE= yes USE_X11BASE= yes USE_GMAKE= yes diff --git a/devel/libgtop/files/patch-sum b/devel/libgtop/files/patch-sum index 8f577c8bc51..47565e2258e 100644 --- a/devel/libgtop/files/patch-sum +++ b/devel/libgtop/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.5 1999/11/03 08:50:41 he Exp $ +$NetBSD: patch-sum,v 1.6 1999/11/14 18:49:53 tron Exp $ MD5 (patch-aa) = ff5a586a4aaf732a48a7dc7d614683ff MD5 (patch-ab) = 1be0d48b1e41fea46ee459a320fb11c7 @@ -11,4 +11,4 @@ MD5 (patch-ah) = f6c0bc32c3905426377361e7c0373547 MD5 (patch-ai) = 073358fd3107c404d419d0ef70cdd26c MD5 (patch-aj) = 4bc9021f359aee85e93d0caa24d9c71b MD5 (patch-ak) = 985f207c67e0288e6692d9796b995498 -MD5 (patch-al) = 378de477685a0d44c2b6ff0f56abedf8 +MD5 (patch-al) = e868ef425ec28b4a274e6bedc4875a49 |