diff options
author | dmcmahill <dmcmahill> | 2000-05-13 23:40:38 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-05-13 23:40:38 +0000 |
commit | 7361a447ba2c160cb18588fe95181476cdcf6dad (patch) | |
tree | 8c8374a87150a5a3f92aa9cef383840925ac0c90 /math | |
parent | 0c4b5ba977b10f360b78dea582a96af4243ad7fd (diff) | |
download | pkgsrc-7361a447ba2c160cb18588fe95181476cdcf6dad.tar.gz |
add more arch's to the ONLY_FOR.. list since xforms runs on more than when
the list was made.
Diffstat (limited to 'math')
-rw-r--r-- | math/xldlas/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index cbf968c2b0f..82e42f34f9b 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/06/20 21:06:20 tron Exp $ +# $NetBSD: Makefile,v 1.7 2000/05/13 23:40:38 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.5 1998/09/26 23:18:07 steve Exp # @@ -15,7 +15,8 @@ HOMEPAGE= http://a42.com/~thor/xldlas/ DEPENDS= xforms-0.88:../../x11/xforms -ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-m68k *-*-ns32k *-*-sparc +ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \ + NetBSD-*-mipsel NetBSD-*-ns32k NetBSD-*-sparc NetBSD-*-powerpc USE_X11BASE= yes |