diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2005-11-26 08:29:27 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2005-11-26 08:29:27 +0000 |
commit | 8b730fc90b428faef010b7293104f0ead688c156 (patch) | |
tree | 4f5b9360e10f05009cdffcff282e45d2841376f5 /editors | |
parent | 977e002a3c290f5fda9e63c8458134def4d8cdd5 (diff) | |
download | ports-8b730fc90b428faef010b7293104f0ead688c156.tar.gz ports-8b730fc90b428faef010b7293104f0ead688c156.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 833b3d7eec2e..1f9ff51085b8 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -7,6 +7,7 @@ PORTNAME= xemacs-mule PORTVERSION= ${XEMACS_VER} +PORTREVISION= 1 CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_XEMACS} MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL} @@ -97,9 +98,9 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH} .include <bsd.port.pre.mk> # Undump and malloc do not behave on amd64 at the moment -.if ${ARCH} == "amd64" -CONFIGURE_ARGS+=--with-system-malloc --pdump -.endif +#.if ${ARCH} == "amd64" +#CONFIGURE_ARGS+=--with-system-malloc --pdump +#.endif pre-fetch: .if !defined(WITH_GTK) |