diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 04:26:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 04:26:14 +0000 |
commit | 2883628c09c8e63f3f69bcffbfae88adfc0d8d92 (patch) | |
tree | d42e71b40bee658d26d59a60551650afdcb3d389 /editors/xemacs-devel | |
parent | 998929e9870a258bfe05cbfb4c275272542ba4ee (diff) | |
download | ports-2883628c09c8e63f3f69bcffbfae88adfc0d8d92.tar.gz ports-2883628c09c8e63f3f69bcffbfae88adfc0d8d92.zip |
Notes
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r-- | editors/xemacs-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 59f2b7bc007c..11fd7127507d 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -57,6 +57,10 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH} .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" || ${OSVERSION} < 500000 || ${OSVERSION} > 600000 +BROKEN= "Does not build except on i386 5.x" +.endif + # Undump and malloc do not behave on amd64 at the moment .if ${ARCH} == "amd64" CONFIGURE_ARGS+= --with-system-malloc --pdump |