diff options
author | krion <krion@FreeBSD.org> | 2005-04-02 12:01:22 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-04-02 12:01:22 +0000 |
commit | 431ec274ea1e990639f07de29210c7ced24cfe8c (patch) | |
tree | 129f0f39fb902b7ee7f2e4cd5e46b4b339f6386c /x11-toolkits/fxscintilla | |
parent | 9ddbd7707f872494d76706afd66465ff36ee8386 (diff) | |
download | FreeBSD-ports-431ec274ea1e990639f07de29210c7ced24cfe8c.zip FreeBSD-ports-431ec274ea1e990639f07de29210c7ced24cfe8c.tar.gz |
Mark BROKEN only while building with fox-devel, and not with fox.
Diffstat (limited to 'x11-toolkits/fxscintilla')
-rw-r--r-- | x11-toolkits/fxscintilla/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/fxscintilla/Makefile b/x11-toolkits/fxscintilla/Makefile index 7827714..55d75e5 100644 --- a/x11-toolkits/fxscintilla/Makefile +++ b/x11-toolkits/fxscintilla/Makefile @@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= alecn2002@yandex.ru COMMENT= A Fox toolkit reimplementation of Scintilla editing widget -BROKEN= "Does not build with current fox-devel version" - GNU_CONFIGURE= yes USE_LIBTOOL_VER= 15 @@ -32,6 +30,7 @@ OPTIONS= FOX10 "FOX1.0 support (FOX1.2 by default)" off LIB_DEPENDS+= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox CONFIGURE_ARGS= --with-fox-1-0 .else +BROKEN= "Does not build with current fox-devel version" LIB_DEPENDS+= FOX-1.4:${PORTSDIR}/x11-toolkits/fox-devel .endif |