diff options
author | makc <makc@FreeBSD.org> | 2011-05-02 20:55:34 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-05-02 20:55:34 +0800 |
commit | 1f0c5e2f4b907fcfb686ecd9b4a37893af9afc79 (patch) | |
tree | a38961b3dfaa7b6b859abf311f4eed2745fd3ec5 /editors | |
parent | 42086d48703d2df06f39fcbafdeb74e3d02f8fda (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | editors/xemacs-devel-mule-xft/Makefile | 17 |
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" |