summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-08-23 09:50:02 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-08-23 09:50:02 +0000
commiteb08c7148351edce8c2c78e9fa43f3e590d83b5b (patch)
treef9d71f617cd8a5a5182905315e3fdfd86624820c /x11-toolkits
parent- Update to 1.6.5 (diff)
- Unsupport fox12, in preparation for the removal of x11-toolkits/fox12
Notes
Notes: svn path=/head/; revision=259822
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/fxscintilla/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-toolkits/fxscintilla/Makefile b/x11-toolkits/fxscintilla/Makefile
index caaa2d88c538..49ce8065342c 100644
--- a/x11-toolkits/fxscintilla/Makefile
+++ b/x11-toolkits/fxscintilla/Makefile
@@ -21,17 +21,12 @@ CONFIGURE_ARGS+= --enable-shared --disable-static \
USE_LDCONFIG= yes
.if !defined(MASTERDIR)
-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_FOX12)
-FOX_LIB_VER= 1.2
-LIB_DEPENDS+= FOX-${FOX_LIB_VER}:${PORTSDIR}/x11-toolkits/fox12
-CONFIGURE_ARGS+= --with-fox-1-2
-.elif defined(WITH_FOX14)
+.if defined(WITH_FOX14)
FOX_LIB_VER= 1.4
LIB_DEPENDS+= FOX-${FOX_LIB_VER}:${PORTSDIR}/x11-toolkits/fox14
CONFIGURE_ARGS+= --with-fox-1-4