diff options
author | asami <asami@FreeBSD.org> | 2000-01-08 11:50:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-08 11:50:40 +0800 |
commit | 0b680767f27dd11afe988008d78448394720b044 (patch) | |
tree | 3505061f2e6d36b23badd611a91e106ccc03fc67 /editors | |
parent | 2204d30f063b9bfeabda7fd5ef3e53d4cee9f997 (diff) | |
download | freebsd-ports-gnome-0b680767f27dd11afe988008d78448394720b044.tar.gz freebsd-ports-gnome-0b680767f27dd11afe988008d78448394720b044.tar.zst freebsd-ports-gnome-0b680767f27dd11afe988008d78448394720b044.zip |
Comment out ports that depend on xemacs-mule; that port is gone, and it's
killing INDEX generation (and thus the package build).
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/editors/Makefile b/editors/Makefile index 7e3330eaad83..30ce1f2f0d80 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -7,7 +7,7 @@ SUBDIR += apel-emacs20 SUBDIR += apel-mule SUBDIR += apel-xemacs - SUBDIR += apel-xemacs-mule +# SUBDIR += apel-xemacs-mule SUBDIR += apel-xemacs20 SUBDIR += asedit SUBDIR += axe @@ -35,8 +35,8 @@ SUBDIR += flim-mule-current SUBDIR += flim-xemacs SUBDIR += flim-xemacs-current - SUBDIR += flim-xemacs-mule - SUBDIR += flim-xemacs-mule-current +# SUBDIR += flim-xemacs-mule +# SUBDIR += flim-xemacs-mule-current SUBDIR += flim-xemacs20 SUBDIR += flim-xemacs20-current SUBDIR += gedit @@ -61,7 +61,7 @@ SUBDIR += psgml-emacs SUBDIR += psgml-emacs20 SUBDIR += psgml-mule - SUBDIR += psgml-xemacs-mule +# SUBDIR += psgml-xemacs-mule SUBDIR += sam SUBDIR += semi-emacs SUBDIR += semi-emacs-current @@ -71,8 +71,8 @@ SUBDIR += semi-mule-current SUBDIR += semi-xemacs SUBDIR += semi-xemacs-current - SUBDIR += semi-xemacs-mule - SUBDIR += semi-xemacs-mule-current +# SUBDIR += semi-xemacs-mule +# SUBDIR += semi-xemacs-mule-current SUBDIR += semi-xemacs20 SUBDIR += semi-xemacs20-current SUBDIR += staroffice @@ -95,8 +95,8 @@ SUBDIR += wemi-mule-current SUBDIR += wemi-xemacs SUBDIR += wemi-xemacs-current - SUBDIR += wemi-xemacs-mule - SUBDIR += wemi-xemacs-mule-current +# SUBDIR += wemi-xemacs-mule +# SUBDIR += wemi-xemacs-mule-current SUBDIR += wemi-xemacs20 SUBDIR += wemi-xemacs20-current SUBDIR += wily |