aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/qt4-xml
diff options
context:
space:
mode:
authorkmoore <kmoore@FreeBSD.org>2010-10-16 04:54:22 +0800
committerkmoore <kmoore@FreeBSD.org>2010-10-16 04:54:22 +0800
commit0aff5294d5ac96c05f31d00af7f4f512c5a7c5e2 (patch)
tree9edca83c5624dbb8d8da9c6132b1e46c0dba6f90 /textproc/qt4-xml
parent29e168c9d1e2abe9221d5ffabeaeea1e29d66899 (diff)
downloadfreebsd-ports-gnome-0aff5294d5ac96c05f31d00af7f4f512c5a7c5e2.tar.gz
freebsd-ports-gnome-0aff5294d5ac96c05f31d00af7f4f512c5a7c5e2.tar.zst
freebsd-ports-gnome-0aff5294d5ac96c05f31d00af7f4f512c5a7c5e2.zip
Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds.
Diffstat (limited to 'textproc/qt4-xml')
-rw-r--r--textproc/qt4-xml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/qt4-xml/Makefile b/textproc/qt4-xml/Makefile
index d30911022ff3..1f6728c267a6 100644
--- a/textproc/qt4-xml/Makefile
+++ b/textproc/qt4-xml/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 tools translations \