diff options
-rw-r--r-- | deskutils/grantlee-editor/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/grantlee-editor/Makefile b/deskutils/grantlee-editor/Makefile index 6332727f3549..c7b98285a683 100644 --- a/deskutils/grantlee-editor/Makefile +++ b/deskutils/grantlee-editor/Makefile @@ -1,5 +1,6 @@ PORTNAME= grantlee-editor DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -14,7 +15,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ libqgpgme.so:security/gpgme-qt5 USES= cmake compiler:c++11-lib gettext grantlee:5 \ - kde:5 qt:5 tar:xz + kde:5 qt:5 tar:xz xorg USE_KDE= archive attica auth codecs completion config configwidgets \ coreaddons crash dbusaddons i18n itemmodels jobwidgets \ kio newstuff service solid syntaxhighlighting texteditor \ @@ -26,6 +27,7 @@ USE_KDE+= akonadi akonadicontacts akonadimime contacts grantleetheme \ USE_QT= concurrent core dbus declarative gui location network \ printsupport webchannel webengine widgets xml \ buildtools_build qmake_build +USE_XORG= x11 USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr |