aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2012-06-08 17:52:50 +0800
committergahr <gahr@FreeBSD.org>2012-06-08 17:52:50 +0800
commitdba766400cf40e537bdfce17f7c9df5c40ac84a7 (patch)
tree06f0439b1e07bcad61b70dd895dfd56de486c0f4 /x11-toolkits
parent1234a46fddf052113c26a27ea662e6b77b5e5ecc (diff)
downloadfreebsd-ports-gnome-dba766400cf40e537bdfce17f7c9df5c40ac84a7.tar.gz
freebsd-ports-gnome-dba766400cf40e537bdfce17f7c9df5c40ac84a7.tar.zst
freebsd-ports-gnome-dba766400cf40e537bdfce17f7c9df5c40ac84a7.zip
2012-05-10 x11-toolkits/xforms-i18n: BROKEN for more than 6 month
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/xforms-i18n/Makefile22
2 files changed, 0 insertions, 23 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 70df44131ba9..88c10f94f958 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -306,7 +306,6 @@
SUBDIR += wxgtk29
SUBDIR += xbae
SUBDIR += xforms
- SUBDIR += xforms-i18n
SUBDIR += xmhtml
SUBDIR += xscoop
SUBDIR += xview
diff --git a/x11-toolkits/xforms-i18n/Makefile b/x11-toolkits/xforms-i18n/Makefile
deleted file mode 100644
index 4486b3601f9d..000000000000
--- a/x11-toolkits/xforms-i18n/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: xforms-i18n
-# Date created: 7 June 2005
-# Whom: Koji Yokota <yokota@res.otaru-uc.ac.jp>
-#
-# $FreeBSD$
-#
-
-COMMENT?= A graphical user interface toolkit for X Window System, with I18N capabilities
-
-MAINTAINER= yokota@res.otaru-uc.ac.jp
-
-WITH_I18N= yes
-CONFLICTS= xforms-[0-9]*
-
-MASTERDIR= ${.CURDIR}/../xforms
-
-DEPRECATED= BROKEN for more than 6 month
-EXPIRATION_DATE= 2012-05-10
-
-BROKEN= Does not work with latest xforms version
-
-.include "${MASTERDIR}/Makefile"