diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:01:53 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:05:47 +0300 |
commit | daa83fafe77af7358fa5bca7e4757f96068a65ce (patch) | |
tree | 1be9ff6a158b3fb494c303b5d887b4fbb9bc920c /archivers/ark | |
parent | 95090b5265a38bda8f41dfe05ae1fab579adf4a0 (diff) | |
download | freebsd-ports-daa83fafe77af7358fa5bca7e4757f96068a65ce.zip |
archivers/ark: pet stage-qa
Diffstat (limited to 'archivers/ark')
-rw-r--r-- | archivers/ark/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 0cce61e0127c..afb47047d0e4 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -1,5 +1,6 @@ PORTNAME= ark DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= archivers kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -8,7 +9,7 @@ COMMENT= Archiving tool for KDE LICENSE= GPLv2+ USES= cmake compiler:c++11-lang desktop-file-utils gettext libarchive kde:5 \ - cpe qt:5 tar:xz + cpe qt:5 tar:xz xorg USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons doctools i18n iconthemes \ itemmodels itemviews jobwidgets khtml kio parts pty service \ @@ -16,7 +17,7 @@ USE_KDE= archive auth bookmarks codecs completion config configwidgets \ ecm_build USE_QT= concurrent core dbus gui network widgets xml \ buildtools_build qmake_build - +USE_XORG= x11 USE_LDCONFIG= yes PATCH_STRIP= -p1 |