diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 22:51:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 22:51:08 +0000 |
commit | 7dab31de97408eea4e61570697f03c77a87aa5ee (patch) | |
tree | e4617036e07ab7c16b5164807e62584ef47e3055 /editors/rospell | |
parent | a52f85fcc05d409a391638c07f94734a6f9170e4 (diff) |
BROKEN: Segfault during build
Notes
Notes:
svn path=/head/; revision=184822
Diffstat (limited to 'editors/rospell')
-rw-r--r-- | editors/rospell/Makefile | 2 |
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} |