aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fxscintilla
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-12-29 10:53:53 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-12-29 10:53:53 +0000
commitcfe71018d9574035b3bf826cf9e8577ad31d8b08 (patch)
tree4a93fe8720f878e61a6ac91d3d40a25389c759d3 /x11-toolkits/fxscintilla
parent667b90a33cba410110c5a419f97559589f0480eb (diff)
downloadports-cfe71018d9574035b3bf826cf9e8577ad31d8b08.tar.gz
ports-cfe71018d9574035b3bf826cf9e8577ad31d8b08.zip
- The FOX10 isn't more supported.
- Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=224946
Diffstat (limited to 'x11-toolkits/fxscintilla')
-rw-r--r--x11-toolkits/fxscintilla/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/x11-toolkits/fxscintilla/Makefile b/x11-toolkits/fxscintilla/Makefile
index 491ac72118f8..d70c0e1e554a 100644
--- a/x11-toolkits/fxscintilla/Makefile
+++ b/x11-toolkits/fxscintilla/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fxscintilla
PORTVERSION= 1.71
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,22 +20,13 @@ CONFIGURE_ARGS+= --enable-shared --disable-static
USE_LDCONFIG= yes
.if !defined(MASTERDIR)
-OPTIONS= FOX10 "FOX1.0 support (FOX1.6 by default)" off
-OPTIONS+= FOX12 "FOX1.2 support (FOX1.6 by default)" off
+OPTIONS= FOX12 "FOX1.2 support (FOX1.6 by default)" off
OPTIONS+= FOX14 "FOX1.4 support (FOX1.6 by default)" off
.endif
.include <bsd.port.pre.mk>
-.if defined(WITH_FOX10)
-BROKEN= does not compile
-DEPRECATED= Has been broken for more than 6 months
-EXPIRATION_DATE=2008-09-19
-
-FOX_LIB_VER= 1.0.0
-LIB_DEPENDS+= FOX-${FOX_LIB_VER}:${PORTSDIR}/x11-toolkits/fox10
-CONFIGURE_ARGS+= --with-fox-1-0
-.elif defined(WITH_FOX12)
+.if defined(WITH_FOX12)
FOX_LIB_VER= 1.2
LIB_DEPENDS+= FOX-${FOX_LIB_VER}:${PORTSDIR}/x11-toolkits/fox12
CONFIGURE_ARGS+= --with-fox-1-2