summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-04-02 12:01:22 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-04-02 12:01:22 +0000
commitf0f831b87fb523fa44de7ee96d00324136fa5cc2 (patch)
tree7b820451615d086046d56cf9ecc83eeea13b339b /x11-toolkits
parentadjust MASTER_SITES (diff)
Mark BROKEN only while building with fox-devel, and not with fox.
Notes
Notes: svn path=/head/; revision=132188
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/fxscintilla/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/fxscintilla/Makefile b/x11-toolkits/fxscintilla/Makefile
index 78277141d6f0..55d75e5f2bdb 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