diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-03 05:46:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-03 05:46:53 +0000 |
commit | 6468af5ab8e628fed127a8ee86f9821ae96475f9 (patch) | |
tree | 846d0321a0dd0124c8fdf67c67fca26070a99e19 /editors | |
parent | - Update to 0.94.4 (diff) |
Remove BROKEN tag on amd64, port was already fixed.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=132315
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 10edadf96e46..98cae6376807 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -100,7 +100,6 @@ 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: |