diff options
Diffstat (limited to 'devel/qt5-core/Makefile')
-rw-r--r-- | devel/qt5-core/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/qt5-core/Makefile b/devel/qt5-core/Makefile index 3df6cee5c082..b84b65e1657e 100644 --- a/devel/qt5-core/Makefile +++ b/devel/qt5-core/Makefile @@ -1,5 +1,6 @@ PORTNAME= core PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- @@ -25,7 +26,7 @@ CONFIGURE_ARGS= -no-accessibility -no-gif -no-libpng -no-libjpeg \ -no-egl -no-evdev \ -no-fontconfig -no-freetype -no-gtk -no-harfbuzz \ -no-libudev -no-xcb -no-xcb-xlib \ - -no-xkbcommon -no-libinput + -no-xkbcommon -no-libinput -no-inotify USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} |