diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-06-08 09:52:50 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-06-08 09:52:50 +0000 |
commit | 0a24c1d4823b4374c535407272a167bf8096da4a (patch) | |
tree | dbb7cca991678a40240e0721b90535593d5e40c4 /x11-toolkits | |
parent | 960d281773abe1a366414fc38b61af23e884e445 (diff) | |
download | ports-0a24c1d4823b4374c535407272a167bf8096da4a.tar.gz ports-0a24c1d4823b4374c535407272a167bf8096da4a.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/xforms-i18n/Makefile | 22 |
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" |