summaryrefslogtreecommitdiffstats
path: root/shells/es
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-14 03:40:14 +0000
committerkris <kris@FreeBSD.org>2004-03-14 03:40:14 +0000
commite5563e5e1a99b15df220815734ea21a31c8c6f9b (patch)
tree298dab2e3dbbc805f473d30988c0eea5b758bf97 /shells/es
parentd92adf3c9f90100d1a051c3ba32fb5607ae126cb (diff)
downloadFreeBSD-ports-e5563e5e1a99b15df220815734ea21a31c8c6f9b.zip
FreeBSD-ports-e5563e5e1a99b15df220815734ea21a31c8c6f9b.tar.gz
BROKEN on amd64: Does not compile
Diffstat (limited to 'shells/es')
-rw-r--r--shells/es/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile
index ad1e239..63153c6 100644
--- a/shells/es/Makefile
+++ b/shells/es/Makefile
@@ -22,4 +22,10 @@ ALL_TARGET= es
MAN1= es.1
PLIST_FILES= bin/es
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud