diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-11-05 09:39:21 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-11-05 09:39:21 +0000 |
commit | a9662ed9499601956169af13ac47f255b10f83e1 (patch) | |
tree | de667d296e818eb8d5953ab35ea2c695f47825db /x11/qt5-x11extras/Makefile | |
parent | f7d704569d02ab6d3da84ce41f3b418688b9baf8 (diff) | |
download | ports-a9662ed9499601956169af13ac47f255b10f83e1.tar.gz ports-a9662ed9499601956169af13ac47f255b10f83e1.zip |
Notes
Diffstat (limited to 'x11/qt5-x11extras/Makefile')
-rw-r--r-- | x11/qt5-x11extras/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/qt5-x11extras/Makefile b/x11/qt5-x11extras/Makefile index c3f817f7ab5d..a333873bb3b7 100644 --- a/x11/qt5-x11extras/Makefile +++ b/x11/qt5-x11extras/Makefile @@ -11,5 +11,6 @@ COMMENT= Qt platform-specific features for X11-based systems USE_QT5= core gui widgets QT_DIST= x11extras USES= qmake +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} .include <bsd.port.mk> |