aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2011-05-02 20:55:34 +0800
committermakc <makc@FreeBSD.org>2011-05-02 20:55:34 +0800
commit1f0c5e2f4b907fcfb686ecd9b4a37893af9afc79 (patch)
treea38961b3dfaa7b6b859abf311f4eed2745fd3ec5 /editors
parent42086d48703d2df06f39fcbafdeb74e3d02f8fda (diff)
downloadfreebsd-ports-gnome-1f0c5e2f4b907fcfb686ecd9b4a37893af9afc79.tar.gz
freebsd-ports-gnome-1f0c5e2f4b907fcfb686ecd9b4a37893af9afc79.tar.zst
freebsd-ports-gnome-1f0c5e2f4b907fcfb686ecd9b4a37893af9afc79.zip
Remove xemacs-devel-mule-xft, use editors/xemacs-devel-mule instead.
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/xemacs-devel-mule-xft/Makefile17
2 files changed, 0 insertions, 18 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 988b9b7dfeaa..8eabb81a275c 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -245,7 +245,6 @@
SUBDIR += xemacs
SUBDIR += xemacs-devel
SUBDIR += xemacs-devel-mule
- SUBDIR += xemacs-devel-mule-xft
SUBDIR += xemacs-mule-packages
SUBDIR += xemacs-packages
SUBDIR += xemacs21-mule
diff --git a/editors/xemacs-devel-mule-xft/Makefile b/editors/xemacs-devel-mule-xft/Makefile
deleted file mode 100644
index 769ef29f3adc..000000000000
--- a/editors/xemacs-devel-mule-xft/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: XEmacs with xft support
-# Date created: 18 Jan 2006
-# Whom: Andrey Slusar <anray@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTREVISION= 1
-PKGNAMESUFFIX+= -xft
-
-COMMENT= XEmacs(beta version) text editor with xft support
-
-MASTERDIR= ${.CURDIR}/../../editors/xemacs-devel-mule
-
-WITH_XFT= yes
-
-.include "${MASTERDIR}/Makefile"