diff options
Diffstat (limited to 'textproc/rast/Makefile')
-rw-r--r-- | textproc/rast/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/rast/Makefile b/textproc/rast/Makefile index d4a8bbc1016..8974b96615e 100644 --- a/textproc/rast/Makefile +++ b/textproc/rast/Makefile @@ -18,15 +18,14 @@ 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 GNU_CONFIGURE= YES USE_GMAKE= YES USE_RUBY= YES -CONFIGURE_ARGS= --with-apr-config=${LOCALBASE}/bin/apr-1-config \ +CONFIGURE_ARGS= \ + --with-apr-config=${LOCALBASE}/bin/apr-1-config \ --with-apu-config=${LOCALBASE}/bin/apu-1-config \ --with-db-includes="-I${BDB_INCLUDE_DIR}" \ --with-db-libs="-L${BDB_LIB_DIR} -l${BDB_LIB_NAME}" \ |