diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-01-16 17:26:03 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-01-16 17:26:03 +0000 |
commit | 09f9c90cf07c3ff7dcdaa9003f8292d91b964f0e (patch) | |
tree | 26a9aad84e83fd3caa5ce0e360712db6fcae21cb /math/xldlas/Makefile | |
parent | e3ab517e07c7c233b02f889b8f14b64c3412bfcb (diff) | |
download | pkgsrc-09f9c90cf07c3ff7dcdaa9003f8292d91b964f0e.tar.gz |
Set ONLY_FOR_ARCHS so that it matches xforms.
Diffstat (limited to 'math/xldlas/Makefile')
-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 ad9d406e8f0..fad367bd619 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/10/03 20:37:01 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1999/01/16 17:26:03 frueauf Exp $ # FreeBSD Id: Makefile,v 1.5 1998/09/26 23:18:07 steve Exp # DISTNAME= xldlas-0.85 +WRKSRC= ${WRKDIR}/xldlas CATEGORIES= math MASTER_SITES= http://a42.com/~thor/xldlas/ \ http://sunsite.math.klte.hu/mirrors/xldlas/ \ @@ -15,7 +16,7 @@ HOMEPAGE= http://a42.com/~thor/xldlas/ DEPENDS+= xforms-0.88:../../x11/xforms -WRKSRC= ${WRKDIR}/xldlas +ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k USE_X11= yes |