diff options
author | araujo <araujo@FreeBSD.org> | 2009-01-22 01:07:12 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-01-22 01:07:12 +0800 |
commit | eb638b5b416a2e2100f59463aae90db9f363a5c5 (patch) | |
tree | 159f379a37c27a7d8610243732cbcd546f248808 /x11-toolkits/fxscintilla-fox10 | |
parent | 54f3f66779f4c6b3afd5af5bd92a647f2bfadc00 (diff) | |
download | freebsd-ports-gnome-eb638b5b416a2e2100f59463aae90db9f363a5c5.tar.gz freebsd-ports-gnome-eb638b5b416a2e2100f59463aae90db9f363a5c5.tar.zst freebsd-ports-gnome-eb638b5b416a2e2100f59463aae90db9f363a5c5.zip |
- Removed FOX10 and all ports that depend of it. These ports are
deprecatd, use all ports based on FOX16 instead.
Diffstat (limited to 'x11-toolkits/fxscintilla-fox10')
-rw-r--r-- | x11-toolkits/fxscintilla-fox10/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-toolkits/fxscintilla-fox10/Makefile b/x11-toolkits/fxscintilla-fox10/Makefile deleted file mode 100644 index 92c4839e0f94..000000000000 --- a/x11-toolkits/fxscintilla-fox10/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# New ports collection makefile for: fxscintilla-fox10 -# Date created: 18 Dec 2004 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# -# $FreeBSD$ - -PKGNAMESUFFIX= -fox10 - -WITH_FOX10= yes - -MASTERDIR= ${.CURDIR}/../fxscintilla - -.include "${MASTERDIR}/Makefile" |