diff options
author | frueauf <frueauf> | 1999-01-16 17:26:03 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-01-16 17:26:03 +0000 |
commit | 25f53bfa6f13de8ffb7a5ea48a77c51219494774 (patch) | |
tree | 26a9aad84e83fd3caa5ce0e360712db6fcae21cb /mail/xfmail/Makefile | |
parent | 61627b7b36f790f8acc9adb782022b866c762514 (diff) | |
download | pkgsrc-25f53bfa6f13de8ffb7a5ea48a77c51219494774.tar.gz |
Set ONLY_FOR_ARCHS so that it matches xforms.
Diffstat (limited to 'mail/xfmail/Makefile')
-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." |