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 /mail/xfmail | |
parent | e3ab517e07c7c233b02f889b8f14b64c3412bfcb (diff) | |
download | pkgsrc-09f9c90cf07c3ff7dcdaa9003f8292d91b964f0e.tar.gz |
Set ONLY_FOR_ARCHS so that it matches xforms.
Diffstat (limited to 'mail/xfmail')
-rw-r--r-- | mail/xfmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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." |