diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-04 02:03:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-04 02:03:11 +0000 |
commit | 91e03362d436338d1274598ba2efaab4cb4b434a (patch) | |
tree | cb35cc679a58e8afd2173f8f8747a2a4bc9a8601 /net/lam7/Makefile | |
parent | 4638c0e850d3293680ecf04e9aacdeff313e360a (diff) |
BROKEN on !i386: Broken pkg-plist
Notes
Notes:
svn path=/head/; revision=123081
Diffstat (limited to 'net/lam7/Makefile')
-rw-r--r-- | net/lam7/Makefile | 4 |
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 |