aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2008-12-29 18:53:53 +0800
committeraraujo <araujo@FreeBSD.org>2008-12-29 18:53:53 +0800
commit2e57e56baf076c1b915dbf75bc5d68a5ef565ee9 (patch)
tree3141b6cf774e4c081332fd4fb5cc4e9b7849a94f /x11-toolkits
parent8d18203f96992d8c50a31fc854982f94c53af36e (diff)
downloadfreebsd-ports-gnome-2e57e56baf076c1b915dbf75bc5d68a5ef565ee9.tar.gz
freebsd-ports-gnome-2e57e56baf076c1b915dbf75bc5d68a5ef565ee9.tar.zst
freebsd-ports-gnome-2e57e56baf076c1b915dbf75bc5d68a5ef565ee9.zip
- The FOX10 isn't more supported.
- Bump PORTREVISION.
Diffstat (limited to 'x11-toolkits')
-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