diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/kstars/Makefile | 5 | ||||
-rw-r--r-- | astro/marble/Makefile | 5 | ||||
-rw-r--r-- | astro/qmapshack/Makefile | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index 60e70814a618..626c95673982 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -2,6 +2,7 @@ PORTNAME= kstars DISTVERSION= 2.9.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= astro kde MASTER_SITES= KDE/stable/${PORTNAME} @@ -25,8 +26,8 @@ USE_KDE= attica auth bookmarks codecs completion config configwidgets\ iconthemes init itemviews jobwidgets kio newstuff notifications \ notifyconfig parts plotting service solid texteditor \ widgetsaddons xmlgui -USE_QT= concurrent core dbus gui multimedia network opengl printsupport \ - qml quick sql svg testlib websockets widgets xml \ +USE_QT= concurrent core dbus declarative gui multimedia network opengl printsupport \ + sql svg testlib websockets widgets xml \ buildtools_build qmake_build post-patch: diff --git a/astro/marble/Makefile b/astro/marble/Makefile index 228fdf67410f..9986435f35e4 100644 --- a/astro/marble/Makefile +++ b/astro/marble/Makefile @@ -2,6 +2,7 @@ PORTNAME= marble DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= astro kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -18,8 +19,8 @@ USE_KDE= attica auth codecs completion config configwidgets coreaddons \ crash doctools ecm i18n jobwidgets kio newstuff package parts \ plasma-framework runner service sonnet textwidgets wallet \ widgetsaddons xmlgui -USE_QT= concurrent core dbus designer gui location network opengl \ - phonon4 printsupport qml quick script sql svg webkit widgets xml \ +USE_QT= concurrent core dbus declarative designer gui location network opengl \ + phonon4 printsupport script sql svg webkit widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile index 95407698cef2..87b73fa20c2e 100644 --- a/astro/qmapshack/Makefile +++ b/astro/qmapshack/Makefile @@ -3,6 +3,7 @@ PORTNAME= qmapshack PORTVERSION= 1.12.0 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/ @@ -19,8 +20,8 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ RUN_DEPENDS= ${LOCALBASE}/bin/bsdisks:sysutils/bsdisks USES= cmake compiler:c++11-lib desktop-file-utils jpeg qt:5 -USE_QT= buildtools core dbus gui linguisttools location network \ - printsupport qmake qml quick sql sql-sqlite3 uitools \ +USE_QT= buildtools core dbus declarative gui linguisttools location network \ + printsupport qmake sql sql-sqlite3 uitools \ webchannel webengine widgets xml .include <bsd.port.mk> |