aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-05-11 19:21:46 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-05-11 19:21:46 +0000
commit4078b62f30c69fae6b10e135e9c6bb0375f66a82 (patch)
treeda67dee26bd0d0b23562305737de3e015ee16192
parentd7c82651f668e022a5677c2109b2a1465d412293 (diff)
downloadports-4078b62f30c69fae6b10e135e9c6bb0375f66a82.tar.gz
ports-4078b62f30c69fae6b10e135e9c6bb0375f66a82.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/fltk-xunicode/Makefile17
3 files changed, 1 insertions, 18 deletions
diff --git a/MOVED b/MOVED
index 528a3c2c7d3e..a322bd38553b 100644
--- a/MOVED
+++ b/MOVED
@@ -314,3 +314,4 @@ x11-servers/Xatm||2003-05-05|port was broken with no sign of a fix
audio/gdcd||2003-05-05|port was broken with no sign of a fix
devel/SN|devel/sourcenav|2003-05-07|renamed by upstream
www/orion-devel|www/orion|2003-05-08|stable version caught up with development version
+x11-toolkits/fltk-xunicode|x11-toolkits/fltk|2003-05-011|maintenance discontinued
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index d0e3dd852bb6..442937b2dff4 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -17,7 +17,6 @@
SUBDIR += engradient
SUBDIR += fl_editor
SUBDIR += fltk
- SUBDIR += fltk-xunicode
SUBDIR += flvw
SUBDIR += fox
SUBDIR += fox-devel
diff --git a/x11-toolkits/fltk-xunicode/Makefile b/x11-toolkits/fltk-xunicode/Makefile
deleted file mode 100644
index 7a87942a9a78..000000000000
--- a/x11-toolkits/fltk-xunicode/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: fltk-xunicode
-# Date created: 25 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-MASTERDIR= ${.CURDIR}/../fltk
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= FLTK with Unicode support
-
-BROKEN= "Does not fetch"
-
-WITH_XUNICODE= yes
-
-.include "${MASTERDIR}/Makefile"