From 8db36e90d1107e28246abcceeec00faa6c19665e Mon Sep 17 00:00:00 2001 From: Thomas Abthorpe Date: Sun, 21 Jun 2009 14:10:36 +0000 Subject: [PATCH] - Fix build with Custom PREFIX/LOCALBASE Reported by: QATty --- misc/bibletime-kde3/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/bibletime-kde3/Makefile b/misc/bibletime-kde3/Makefile index 9d42216e849e..416554f9f307 100644 --- a/misc/bibletime-kde3/Makefile +++ b/misc/bibletime-kde3/Makefile @@ -19,6 +19,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword15 \ ${LOCALBASE}/lib/libclucene.so:${PORTSDIR}/textproc/clucene BUILD_DEPENDS= ${RUN_DEPENDS} +CONFIGURE_ARGS= --with-sword-dir=${LOCALBASE} --with-clucene-dir=${LOCALBASE} + PORTSCOUT= ignore:1 USE_KDELIBS_VER=3