diff options
author | Anton Saietskii <vsasjason@gmail.com> | 2024-04-27 05:22:30 +0000 |
---|---|---|
committer | Zsolt Udvari <uzsolt@FreeBSD.org> | 2024-04-29 12:08:40 +0000 |
commit | 1752db72ddd89f09363a4688342d1b5039fc9e44 (patch) | |
tree | f6474285da54cea270f04117edcef38de8a2c56e /net-p2p/tremotesf/Makefile | |
parent | 742d058eb50549d4636ab0aca0fcbe7552fbe4a7 (diff) | |
download | ports-1752db72ddd89f09363a4688342d1b5039fc9e44.tar.gz ports-1752db72ddd89f09363a4688342d1b5039fc9e44.zip |
Diffstat (limited to 'net-p2p/tremotesf/Makefile')
-rw-r--r-- | net-p2p/tremotesf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/tremotesf/Makefile b/net-p2p/tremotesf/Makefile index 1410fe0d1232..238f3867c0a4 100644 --- a/net-p2p/tremotesf/Makefile +++ b/net-p2p/tremotesf/Makefile @@ -1,5 +1,5 @@ PORTNAME= tremotesf -DISTVERSION= 2.6.1 +DISTVERSION= 2.6.2 CATEGORIES= net-p2p MAINTAINER= vsasjason@gmail.com @@ -19,7 +19,8 @@ qt5_CONFLICTS_INSTALL= ${PORTNAME}-qt6 qt6_PKGNAMESUFFIX= -qt6 qt6_CONFLICTS_INSTALL= ${PORTNAME} -USES= cmake:testing desktop-file-utils gettext-tools pkgconfig xorg +USES= cmake:testing compiler:c++20-lang desktop-file-utils \ + gettext-tools pkgconfig xorg .if ${FLAVOR} == qt5 USES+= kde:5 qt:5 |