diff options
author | dmcmahill <dmcmahill> | 2000-09-07 00:36:21 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-09-07 00:36:21 +0000 |
commit | 57ab1f9638f3428a82ecf11be63062af2f54e076 (patch) | |
tree | 23be3f3a2efb15643a6509e0aa43c2d241a8ca2a /mail | |
parent | cb50fc9619c22f7130d1669b6203391693bbe70f (diff) | |
download | pkgsrc-57ab1f9638f3428a82ecf11be63062af2f54e076.tar.gz |
sync ONLY_FOR_PLATFORM with those that xforms is for.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfmail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 8fd56e6d784..f548085f2a5 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/08/23 23:14:29 tron Exp $ +# $NetBSD: Makefile,v 1.13 2000/09/07 00:36:21 dmcmahill Exp $ # DISTNAME= xfmail-1.3 @@ -11,7 +11,8 @@ HOMEPAGE= http://Burka.NetVision.net.il/xfmail/xfmail.html DEPENDS+= gdbm>=1.7.3:../../databases/gdbm DEPENDS+= xforms-0.88:../../x11/xforms -ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-m68k *-*-sparc *-*-ns32k +ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \ + NetBSD-*-mipsel NetBSD-*-ns32k NetBSD-*-sparc NetBSD-*-powerpc RESTRICTED= "Selling this software requires permission of the authors." NO_SRC_ON_CDROM= ${RESTRICTED} |