diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:03:57 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:36 +0000 |
commit | 02060ae6ea1015862c0fb8f3190a73c1c29973d7 (patch) | |
tree | 2885bdc89370c79b6eb7b1f996096a59ff2d538b | |
parent | e0110c6721480ebc2bc9d6f7b3c3da85a0c70def (diff) |
net/calendarsupport: pet stage-qa
-rw-r--r-- | net/calendarsupport/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/calendarsupport/Makefile b/net/calendarsupport/Makefile index 4775e746076a..544d908b4c60 100644 --- a/net/calendarsupport/Makefile +++ b/net/calendarsupport/Makefile @@ -1,5 +1,6 @@ PORTNAME= calendarsupport DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -9,7 +10,7 @@ LICENSE= LGPL21 BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs -USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons \ guiaddons i18n iconthemes itemmodels jobwidgets kio service \ solid widgetsaddons windowsystem \ @@ -21,6 +22,7 @@ USE_KDE+= akonadi akonadicalendar akonadinotes calendarcore calendarutils \ USE_QT= concurrent core dbus gui network printsupport uitools \ widgets xml \ buildtools_build qmake_build testlib_build +USE_XORG= x11 USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS |