aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-05 19:04:30 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-09-05 19:06:49 +0000
commit7414d9691c92f5318f6bc72e6839c4d997f61d60 (patch)
treeee47deb0ec93d0fd5db9eec4260f1dc5820f25ee
parentc1097458e548c5bfdbf7e20fc8885c04ecae7ccf (diff)
downloadports-7414d9691c92f5318f6bc72e6839c4d997f61d60.tar.gz
ports-7414d9691c92f5318f6bc72e6839c4d997f61d60.zip
sysutils/krename: pet stage-qa
-rw-r--r--sysutils/krename/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/krename/Makefile b/sysutils/krename/Makefile
index dd94d2d5254e..6cb6bef2de96 100644
--- a/sysutils/krename/Makefile
+++ b/sysutils/krename/Makefile
@@ -1,5 +1,6 @@
PORTNAME= krename
PORTVERSION= 5.0.1
+PORTREVISION= 1
CATEGORIES= sysutils kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
@@ -14,11 +15,12 @@ LIB_DEPENDS= libtag.so:audio/taglib \
libpodofo.so:graphics/podofo \
libfreetype.so:print/freetype2
-USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz xorg
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash i18n iconthemes itemviews jobwidgets \
kio service solid widgetsaddons windowsystem xmlgui
USE_QT= concurrent core dbus declarative gui network xml widgets \
buildtools_build qmake_build
+USE_XORG= x11
.include <bsd.port.mk>