aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-27 10:39:38 +0800
committerkris <kris@FreeBSD.org>2005-03-27 10:39:38 +0800
commitac267bdc35c2c9abf6b2cb74f13c37b940833ff4 (patch)
tree44c8bf3b17bedf5c47e44da25bcf535d53d2cb97 /editors/xemacs
parent6fbe6c59ac6d7b20490dfd582eab07da4767f1cd (diff)
downloadfreebsd-ports-gnome-ac267bdc35c2c9abf6b2cb74f13c37b940833ff4.tar.gz
freebsd-ports-gnome-ac267bdc35c2c9abf6b2cb74f13c37b940833ff4.tar.zst
freebsd-ports-gnome-ac267bdc35c2c9abf6b2cb74f13c37b940833ff4.zip
BROKEN on amd64: Incomplete pkg-plist
Approved by: portmgr (self)
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 6f6d637861e4..7f5773c95b2b 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -48,6 +48,7 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH}
# Undump and malloc do not behave on amd64 at the moment
.if ${ARCH} == amd64
CONFIGURE_ARGS+= --with-system-malloc --pdump
+BROKEN= "Incomplete pkg-plist"
.endif
.if !defined(WITHOUT_X11)