diff options
author | joerg <joerg@pkgsrc.org> | 2006-03-24 11:28:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-03-24 11:28:09 +0000 |
commit | 5e374ac31b280f73a9a380cd9fea81011db5197a (patch) | |
tree | 7b5ff185f124bdb1966b39c9a3e532e8cd35435b /math/xldlas | |
parent | eaa12c9dca9cb7a0c3ff2e09bfc1ed670d05ee1e (diff) | |
download | pkgsrc-5e374ac31b280f73a9a380cd9fea81011db5197a.tar.gz |
Remove ONLY_FOR_PLATFORMS from the days of binary-only xforms.
Diffstat (limited to 'math/xldlas')
-rw-r--r-- | math/xldlas/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index 04f8957c1ce..a8a8f73403c 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/03/04 21:30:08 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2006/03/24 11:28:09 joerg Exp $ DISTNAME= xldlas-0.85 PKGREVISION= 5 @@ -11,10 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sunsite.math.klte.hu/mirrors/xldlas/ COMMENT= XForms-based statistics package -ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm NetBSD-*-arm32 \ - NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-mipsel \ - NetBSD-*-ns32k NetBSD-*-sparc NetBSD-*-powerpc - WRKSRC= ${WRKDIR}/xldlas USE_X11BASE= yes INSTALLATION_DIRS= bin man/man1 |