diff options
author | pav <pav@FreeBSD.org> | 2008-07-24 06:46:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-24 06:46:55 +0800 |
commit | f4f195d123962a732ca8046ed1a42ec4cb3e311e (patch) | |
tree | c3d3af06ab0c9eeeb0f4efc9a32cb95b1ffd5e38 /textproc/rast | |
parent | 788cc56f9a3028cbfc3d40d42dd0e7ed04a2db80 (diff) | |
download | freebsd-ports-gnome-f4f195d123962a732ca8046ed1a42ec4cb3e311e.tar.gz freebsd-ports-gnome-f4f195d123962a732ca8046ed1a42ec4cb3e311e.tar.zst freebsd-ports-gnome-f4f195d123962a732ca8046ed1a42ec4cb3e311e.zip |
- Mark BROKEN: does not compile (local_db.c:2114: error: request for member
'next' in something not a structure or union)
Diffstat (limited to 'textproc/rast')
-rw-r--r-- | textproc/rast/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/rast/Makefile b/textproc/rast/Makefile index 62beca004888..d4a8bbc10160 100644 --- a/textproc/rast/Makefile +++ b/textproc/rast/Makefile @@ -18,6 +18,8 @@ COMMENT= Full-text search system using N-gram BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr +BROKEN= does not compile + USE_AUTOTOOLS= libtool:15 USE_BZIP2= YES USE_BDB= 42 |