diff options
author | kmoore <kmoore@FreeBSD.org> | 2010-10-16 04:54:22 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2010-10-16 04:54:22 +0800 |
commit | 0aff5294d5ac96c05f31d00af7f4f512c5a7c5e2 (patch) | |
tree | 9edca83c5624dbb8d8da9c6132b1e46c0dba6f90 /x11/qt4-opengl | |
parent | 29e168c9d1e2abe9221d5ffabeaeea1e29d66899 (diff) | |
download | freebsd-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 'x11/qt4-opengl')
-rw-r--r-- | x11/qt4-opengl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/qt4-opengl/Makefile b/x11/qt4-opengl/Makefile index fe002c362cef..865fc858521a 100644 --- a/x11/qt4-opengl/Makefile +++ b/x11/qt4-opengl/Makefile @@ -27,7 +27,7 @@ USE_XORG= x11 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 \ |