diff options
author | kris <kris@FreeBSD.org> | 2004-03-14 03:40:14 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-14 03:40:14 +0000 |
commit | e5563e5e1a99b15df220815734ea21a31c8c6f9b (patch) | |
tree | 298dab2e3dbbc805f473d30988c0eea5b758bf97 /shells/es | |
parent | d92adf3c9f90100d1a051c3ba32fb5607ae126cb (diff) | |
download | FreeBSD-ports-e5563e5e1a99b15df220815734ea21a31c8c6f9b.zip FreeBSD-ports-e5563e5e1a99b15df220815734ea21a31c8c6f9b.tar.gz |
BROKEN on amd64: Does not compile
Diffstat (limited to 'shells/es')
-rw-r--r-- | shells/es/Makefile | 8 |
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> |