summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-11-08 06:49:23 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-11-08 06:49:23 +0000
commit259537ebdcfb939f44af5f6d82782dc70c103ecf (patch)
tree4d469cefc5332e7fa7d39fb97e82f5fa198e8f89 /x11-toolkits
parentAs announced on Aug 7, remove the broken gn port (diff)
As announced on Aug 7, remove the broken fox-xunicode port
Notes
Notes: svn path=/head/; revision=93371
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/fox-xunicode/Makefile20
2 files changed, 0 insertions, 21 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 5edbe32c075f..cdb8fb4c70a3 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -22,7 +22,6 @@
SUBDIR += flvw
SUBDIR += fox
SUBDIR += fox-devel
- SUBDIR += fox-xunicode
SUBDIR += freeglut
SUBDIR += gail
SUBDIR += gal
diff --git a/x11-toolkits/fox-xunicode/Makefile b/x11-toolkits/fox-xunicode/Makefile
deleted file mode 100644
index eb2574974730..000000000000
--- a/x11-toolkits/fox-xunicode/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: fox-xunicode
-# Date created: 24 February 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-MASTERDIR= ${.CURDIR}/../fox
-
-PORTVERSION= 0.99.174
-PORTREVISION= 1
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= FOX with Unicode support
-
-WITH_XUNICODE= yes
-
-BROKEN= Does not work with latest fox version
-
-.include "${MASTERDIR}/Makefile"