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 | |
parent | 29439ee094406379a3bf20855d95ae8c42f20200 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/analitza/Makefile | 3 | ||||
-rw-r--r-- | math/kalgebra/Makefile | 3 | ||||
-rw-r--r-- | math/rocs/Makefile | 3 |
3 files changed, 6 insertions, 3 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 diff --git a/math/kalgebra/Makefile b/math/kalgebra/Makefile index d0bd43f91037..fb315059f845 100644 --- a/math/kalgebra/Makefile +++ b/math/kalgebra/Makefile @@ -2,6 +2,7 @@ PORTNAME= kalgebra DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= math kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -16,7 +17,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz USE_GL= glu USE_KDE= auth codecs config configwidgets coreaddons doctools ecm i18n \ kio service widgetsaddons xmlgui -USE_QT= core dbus gui location network opengl printsupport qml quick \ +USE_QT= core dbus declarative gui location network opengl printsupport \ svg testlib webchannel webengine widgets xml \ buildtools_build qmake_build diff --git a/math/rocs/Makefile b/math/rocs/Makefile index ac036d3a4a7d..715773402a3a 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -2,6 +2,7 @@ PORTNAME= rocs DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= math kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -15,7 +16,7 @@ USE_KDE= archive auth codecs completion config configwidgets coreaddons \ crash doctools ecm i18n itemviews jobwidgets kdeclarative \ kio package parts service sonnet texteditor textwidgets \ widgetsaddons xmlgui -USE_QT= core dbus gui network qml script quick scripttools svg webkit \ +USE_QT= core dbus declarative gui network script scripttools svg webkit \ widgets xml xmlpatterns \ buildtools_build qmake_build |