diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2010-10-15 20:54:22 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2010-10-15 20:54:22 +0000 |
commit | ee837cebf415120e73a9c97209f4069ab714c937 (patch) | |
tree | 27304af12a831aab3f34c1c9c3b7e4ffa31fdfb1 /x11-toolkits/qt4-gui | |
parent | 0de573baa5eef6cacb8620c92149a58192e6a1b3 (diff) | |
download | ports-ee837cebf415120e73a9c97209f4069ab714c937.tar.gz ports-ee837cebf415120e73a9c97209f4069ab714c937.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt4-gui')
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index 25ce7d69204b..65a9220d15f1 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -32,7 +32,7 @@ USE_XORG= xrender xrandr xinerama inputproto xfixes \ 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 \ |