diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 02:39:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 02:39:38 +0000 |
commit | cd41e65b9dc06f6ca922b425762dd608c5529313 (patch) | |
tree | fd4acdd6ed69d7b6ecac951371ce7eedb1d15f1b /editors/xemacs21-mule | |
parent | 95de22d4325f8665154b73dfb253e30f1705ba5f (diff) |
BROKEN on amd64: Incomplete pkg-plist
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=132081
Diffstat (limited to 'editors/xemacs21-mule')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 98cae6376807..10edadf96e46 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -100,6 +100,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 pre-fetch: |