diff options
author | kris <kris@FreeBSD.org> | 2003-11-08 14:49:23 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-11-08 14:49:23 +0800 |
commit | 1107c93291561bbd2c9b0eb7b987543907461f7e (patch) | |
tree | 3baaf47820f7401b01403b08e3a4f6b04fdd218b /x11-toolkits | |
parent | d0aa8627cd9e2fb3867f450c99cca4a2e4c19f56 (diff) | |
download | freebsd-ports-gnome-1107c93291561bbd2c9b0eb7b987543907461f7e.tar.gz freebsd-ports-gnome-1107c93291561bbd2c9b0eb7b987543907461f7e.tar.zst freebsd-ports-gnome-1107c93291561bbd2c9b0eb7b987543907461f7e.zip |
As announced on Aug 7, remove the broken fox-xunicode port
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/fox-xunicode/Makefile | 20 |
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" |