diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-12 13:51:04 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-12 13:51:04 +0000 |
commit | bbfe2c461acc734eed75c8e3be064ddb885278ae (patch) | |
tree | 50d98a5c4814a90022014615494323b6a1fc7e3c /x11-toolkits | |
parent | ecaf7b12529ea0dfd4bb5ce09f6bca98e7fd10ef (diff) | |
download | ports-bbfe2c461acc734eed75c8e3be064ddb885278ae.tar.gz ports-bbfe2c461acc734eed75c8e3be064ddb885278ae.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt5-gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile index 7ab71cd4d493..025b063a4dfe 100644 --- a/x11-toolkits/qt5-gui/Makefile +++ b/x11-toolkits/qt5-gui/Makefile @@ -28,7 +28,8 @@ USE_QT5= core dbus qmake_build buildtools_build QT_DIST= base USE_XORG= x11 xi xrender HAS_CONFIGURE= yes -CONFIGURE_ARGS= -no-eglfs +CONFIGURE_ARGS= -no-eglfs \ + -no-evdev USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME} |