diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-04 19:00:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-04 19:00:53 +0000 |
commit | 89d1bb9ab01e93b870f01933054c0acd8205ff46 (patch) | |
tree | e0f4b7d2567ee42aa9691bf31504507d0e3eaaca /math/analitza/Makefile | |
parent | 29439ee094406379a3bf20855d95ae8c42f20200 (diff) |
Notes
Diffstat (limited to 'math/analitza/Makefile')
-rw-r--r-- | math/analitza/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/analitza/Makefile b/math/analitza/Makefile index e969957606fe..07727bfca116 100644 --- a/math/analitza/Makefile +++ b/math/analitza/Makefile @@ -2,6 +2,7 @@ PORTNAME= analitza DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= math kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -15,7 +16,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING USES= cmake:outsource compiler:c++11-lang gl kde:5 qt:5 tar:xz USE_GL= glu USE_KDE= ecm -USE_QT= core gui network opengl printsupport qml quick svg widgets xml \ +USE_QT= core declarative gui network opengl printsupport svg widgets xml \ buildtools_build linguisttools_build qmake_build USE_LDCONFIG= yes |