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 | |
parent | e3ab517e07c7c233b02f889b8f14b64c3412bfcb (diff) | |
download | pkgsrc-09f9c90cf07c3ff7dcdaa9003f8292d91b964f0e.tar.gz |
Set ONLY_FOR_ARCHS so that it matches xforms.
-rw-r--r-- | comms/xisp/Makefile | 4 | ||||
-rw-r--r-- | mail/xfmail/Makefile | 4 | ||||
-rw-r--r-- | math/xldlas/Makefile | 5 |
3 files changed, 8 insertions, 5 deletions
diff --git a/comms/xisp/Makefile b/comms/xisp/Makefile index fcaa49e0daa..e44cb63c507 100644 --- a/comms/xisp/Makefile +++ b/comms/xisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/12/03 15:08:53 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1999/01/16 17:26:03 frueauf Exp $ # DISTNAME= xisp-2.5p4 @@ -12,6 +12,8 @@ HOMEPAGE= http://users.hol.gr/~dbouras/ DEPENDS+= xforms-0.88:../../x11/xforms +ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k + USE_X11= yes post-install: diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 181a25ea93b..e652314b857 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/08/20 15:17:10 tsarna Exp $ +# $NetBSD: Makefile,v 1.4 1999/01/16 17:26:03 frueauf Exp $ # DISTNAME= xfmail-1.3 @@ -12,7 +12,7 @@ DEPENDS+= gdbm-1.7.3:../../databases/gdbm DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= xforms-0.88:../../x11/xforms -ONLY_FOR_ARCHS= arm32 i386 m68k sparc pc532 +ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k RESTRICTED= "Selling this software requires permission of the authors." 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 |