diff options
-rw-r--r-- | deskutils/kchmviewer/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/kchmviewer/Makefile b/deskutils/kchmviewer/Makefile index 5a160a139f44..9faf53481304 100644 --- a/deskutils/kchmviewer/Makefile +++ b/deskutils/kchmviewer/Makefile @@ -1,7 +1,7 @@ PORTNAME= kchmviewer DISTVERSIONPREFIX= RELEASE_ DISTVERSION= 8_0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde MAINTAINER= kde@FreeBSD.org @@ -10,7 +10,9 @@ COMMENT= KDE viewer for CHM files LIB_DEPENDS= libchm.so:misc/chmlib \ libzip.so:archivers/libzip -USES= compiler:c++11-lang dos2unix qmake:outsource qt:5 xorg +USES= compiler:c++11-lang desktop-file-utils dos2unix gl \ + qmake:outsource qt:5 xorg +USE_GL= gl USE_QT= core dbus gui network printsupport webkit widgets xml \ buildtools_build qmake_build USE_XORG= x11 |