diff options
author | tron <tron@pkgsrc.org> | 1999-06-20 21:06:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-20 21:06:17 +0000 |
commit | 8475357fcd44f8afef46da0afc8f784088829200 (patch) | |
tree | ac9aebfa40184ccffd2322a82fcf7fdec10ca5a3 /mail/xfmail | |
parent | 0eb0234d0d184715f6af223e4c18be9359b3d59f (diff) | |
download | pkgsrc-8475357fcd44f8afef46da0afc8f784088829200.tar.gz |
Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808
by Chris Demetriou.
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 cbffbf1f743..31dc8f1a779 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/05/24 20:39:44 tv Exp $ +# $NetBSD: Makefile,v 1.7 1999/06/20 21:06:20 tron Exp $ # DISTNAME= xfmail-1.3 @@ -12,7 +12,7 @@ DEPENDS+= gdbm-1.7.3:../../databases/gdbm \ xpm-3.4k:../../graphics/xpm \ xforms-0.88:../../x11/xforms -ONLY_FOR_PLATFORM= *-*-{arm32,i386,m68k,sparc,ns32k} +ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-m68k *-*-sparc *-*-ns32k RESTRICTED= "Selling this software requires permission of the authors." |