diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2024-04-24 15:42:47 +0000 |
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2024-04-24 16:32:57 +0000 |
| commit | 3477c26dee9c72b95923373ba768f294b3706ccb (patch) | |
| tree | a611977fc87546a579e084a0c90b7ad62f3c7dbc /textproc/kdiff3/Makefile | |
| parent | dc33d4a4d4ceaf9ee7b199c3ca90706e762cd613 (diff) | |
Diffstat (limited to 'textproc/kdiff3/Makefile')
| -rw-r--r-- | textproc/kdiff3/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile index a723dc314096..f17673e10bfa 100644 --- a/textproc/kdiff3/Makefile +++ b/textproc/kdiff3/Makefile @@ -1,6 +1,5 @@ PORTNAME= kdiff3 -DISTVERSION= 1.10.7 -PORTREVISION= 1 +DISTVERSION= 1.11.0 CATEGORIES= textproc kde MASTER_SITES= KDE/stable/${PORTNAME} @@ -14,9 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg -USE_KDE= auth codecs completion config configwidgets coreaddons \ - crash i18n jobwidgets kio parts service solid sonnet \ - textwidgets widgetsaddons windowsystem xmlgui \ +USE_KDE= auth codecs completion config configwidgets coreaddons crash \ + i18n jobwidgets kio service solid widgetsaddons windowsystem \ + xmlgui \ doctools:build ecm:build USE_QT= concurrent core dbus gui network printsupport widgets xml \ buildtools:build qmake:build |
