aboutsummaryrefslogtreecommitdiff
path: root/editors/rospell
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-02-10 22:51:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-02-10 22:51:08 +0000
commit7dab31de97408eea4e61570697f03c77a87aa5ee (patch)
treee4617036e07ab7c16b5164807e62584ef47e3055 /editors/rospell
parenta52f85fcc05d409a391638c07f94734a6f9170e4 (diff)
BROKEN: Segfault during build
Notes
Notes: svn path=/head/; revision=184822
Diffstat (limited to 'editors/rospell')
-rw-r--r--editors/rospell/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/rospell/Makefile b/editors/rospell/Makefile
index 9c6db0d00825..ac8c2642225b 100644
--- a/editors/rospell/Makefile
+++ b/editors/rospell/Makefile
@@ -18,6 +18,8 @@ COMMENT= QT-based editor with support for romanian charsets and spell checking
BUILD_DEPENDS+= ${LOCALBASE}/include/readtags.h:${PORTSDIR}/devel/ctags
RUN_DEPENDS+= ${LOCALBASE}/lib/readtags.o:${PORTSDIR}/devel/ctags
+BROKEN= Segfault during build
+
USE_XLIB= yes
USE_QT_VER= 3
MAKE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS}