diff options
Diffstat (limited to 'x11/konsole/Makefile')
-rw-r--r-- | x11/konsole/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/konsole/Makefile b/x11/konsole/Makefile index 8f165172f396..67a2a1fe4fb8 100644 --- a/x11/konsole/Makefile +++ b/x11/konsole/Makefile @@ -22,6 +22,7 @@ KDE4_BUILDENV= yes USE_QT_VER= 4 QT_COMPONENTS= xml moc_build qmake_build rcc_build uic_build USE_XORG= x11 xrender +CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" MAKE_JOBS_SAFE= yes .include <bsd.port.mk> |