aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-27 02:39:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-27 02:39:38 +0000
commitcd41e65b9dc06f6ca922b425762dd608c5529313 (patch)
treefd4acdd6ed69d7b6ecac951371ce7eedb1d15f1b /editors/xemacs
parent95de22d4325f8665154b73dfb253e30f1705ba5f (diff)
downloadports-cd41e65b9dc06f6ca922b425762dd608c5529313.tar.gz
ports-cd41e65b9dc06f6ca922b425762dd608c5529313.zip
Notes
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)