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 | 74b3d4a007ad55d5686a0752927b870556a6b726 (patch) | |
tree | 7b5ff185f124bdb1966b39c9a3e532e8cd35435b /math/xldlas | |
parent | 776af41f4ba633dd00874272f5919754aad9b709 (diff) | |
download | pkgsrc-74b3d4a007ad55d5686a0752927b870556a6b726.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 |