summaryrefslogtreecommitdiff
path: root/textproc/qt4-clucene
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2010-10-15 20:54:22 +0000
committerKris Moore <kmoore@FreeBSD.org>2010-10-15 20:54:22 +0000
commitee837cebf415120e73a9c97209f4069ab714c937 (patch)
tree27304af12a831aab3f34c1c9c3b7e4ffa31fdfb1 /textproc/qt4-clucene
parentUpgrade LLVM and Clang to r116582 and bump the overall version to 2.9 (diff)
Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds.
Notes
Notes: svn path=/head/; revision=263056
Diffstat (limited to 'textproc/qt4-clucene')
-rw-r--r--textproc/qt4-clucene/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/qt4-clucene/Makefile b/textproc/qt4-clucene/Makefile
index 2222444632b6..494bf842fc0c 100644
--- a/textproc/qt4-clucene/Makefile
+++ b/textproc/qt4-clucene/Makefile
@@ -25,7 +25,7 @@ USE_LDCONFIG= ${PREFIX}/lib/qt4
ALL_TARGET= first
CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
-MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
+MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \
PATH=${WRKSRC}/bin:$$PATH
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \