summaryrefslogtreecommitdiff
path: root/net/lam7
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-04 02:03:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-04 02:03:11 +0000
commit91e03362d436338d1274598ba2efaab4cb4b434a (patch)
treecb35cc679a58e8afd2173f8f8747a2a4bc9a8601 /net/lam7
parentBROKEN: Does not compile (diff)
BROKEN on !i386: Broken pkg-plist
Notes
Notes: svn path=/head/; revision=123081
Diffstat (limited to 'net/lam7')
-rw-r--r--net/lam7/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/lam7/Makefile b/net/lam7/Makefile
index b8e38471471b..5670c3346bf7 100644
--- a/net/lam7/Makefile
+++ b/net/lam7/Makefile
@@ -26,8 +26,8 @@ CONFLICTS= lam-6.*
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
-BROKEN= "Broken pkg-plist on amd64 and sparc64"
+.if ${ARCH} != "i386"
+BROKEN= "Broken pkg-plist on !i386"
.endif
.if ${PERL_LEVEL} < 500800