aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-08-23 22:16:19 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-08-23 22:16:19 +0000
commitfe504d608f46f4b8d6a83c02b5073532be172d91 (patch)
treedd41eb0e7a3bb03756996c78eb675900a9b50dd6
parent1ebfc2aa84ad7d96bc96ff371bda621db3323cf4 (diff)
downloadports-fe504d608f46f4b8d6a83c02b5073532be172d91.tar.gz
ports-fe504d608f46f4b8d6a83c02b5073532be172d91.zip
- Remove x11-toolkits/fxscintilla-fox14.
FOX 14 is not supported anymore by the fxscintilla project. x11-toolkits/fxscintilla-fox14
Notes
Notes: svn path=/head/; revision=259870
-rw-r--r--MOVED1
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/fxscintilla-fox14/Makefile13
3 files changed, 1 insertions, 14 deletions
diff --git a/MOVED b/MOVED
index 9c8848520df3..502b3684f7ac 100644
--- a/MOVED
+++ b/MOVED
@@ -4496,3 +4496,4 @@ editors/mondrian||2010-08-23|Removed
devel/freeride||2010-08-23|Removed
devel/freebase||2010-08-23|Removed
x11-themes/kde4-windeco-aurorae||2010-08-23|Intergated into x11/kdebase4-workspace
+x11-toolkits/fxscintilla-fox14||2010-08-23|Removed
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 4eb95d7ee98c..b296c9994e1f 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -31,7 +31,6 @@
SUBDIR += fpc-gtk2
SUBDIR += fpc-xforms
SUBDIR += fxscintilla
- SUBDIR += fxscintilla-fox14
SUBDIR += gai
SUBDIR += gal
SUBDIR += gal2
diff --git a/x11-toolkits/fxscintilla-fox14/Makefile b/x11-toolkits/fxscintilla-fox14/Makefile
deleted file mode 100644
index 1ea5aba6e2d1..000000000000
--- a/x11-toolkits/fxscintilla-fox14/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# New ports collection makefile for: fxscintilla-fox14
-# Date created: Mar 29 2007
-# Whom: Rong-En Fan <rafan@FreeBSD.org>
-#
-# $FreeBSD$
-
-PKGNAMESUFFIX= -fox14
-
-WITH_FOX14= yes
-
-MASTERDIR= ${.CURDIR}/../fxscintilla
-
-.include "${MASTERDIR}/Makefile"