diff options
-rw-r--r-- | devel/zeal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/zeal/Makefile b/devel/zeal/Makefile index 228c80f963c9..bbe385955cec 100644 --- a/devel/zeal/Makefile +++ b/devel/zeal/Makefile @@ -3,6 +3,7 @@ PORTNAME= zeal PORTVERSION= 0.2.1 DISTVERSIONPREFIX=v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= rakuco@FreeBSD.org @@ -18,7 +19,7 @@ USES= compiler:c++11-lib desktop-file-utils libarchive \ pkgconfig qmake:outsource USE_GL= gl # Dependency added by qt5-gui. USE_GITHUB= yes -USE_QT5= concurrent core gui network sql webkit x11extras \ +USE_QT5= concurrent core gui network sql webkit wigets x11extras \ buildtools_build USE_XORG= x11 xcb |