diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-08 18:57:00 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-08 18:57:00 +0000 |
commit | 2bf27373327c9fb50709f0c6c445f95cf0a2a65f (patch) | |
tree | 7b54f84e1011da7f5ce9fbc0d12231a107ad2355 /astro/marble/Makefile | |
parent | c80f3d4c0678c9cadfe180608d5bd096dd712b7d (diff) | |
download | ports-2bf27373327c9fb50709f0c6c445f95cf0a2a65f.tar.gz ports-2bf27373327c9fb50709f0c6c445f95cf0a2a65f.zip |
Notes
Diffstat (limited to 'astro/marble/Makefile')
-rw-r--r-- | astro/marble/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/marble/Makefile b/astro/marble/Makefile index a89726420db4..f84380824d04 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 @@ -10,7 +11,7 @@ COMMENT= Virtual globe and world atlas for KDE LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LIB_DEPENDS= libquazip5.so:archivers/quazip +LIB_DEPENDS= libquazip1-qt5.so:archivers/quazip USES= cmake compiler:c++11-lang desktop-file-utils gettext \ kde:5 qt:5 shared-mime-info tar:xz |