git: 348bf1fe8404 - main - graphics/showimage: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:10:53 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=348bf1fe8404c68f59a9eab0fac7e7fb1346e483
commit 348bf1fe8404c68f59a9eab0fac7e7fb1346e483
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:03:22 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:22 +0000
graphics/showimage: pet stage-qa
---
graphics/showimage/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/graphics/showimage/Makefile b/graphics/showimage/Makefile
index 39d6bbfbcc14..cfe262789785 100644
--- a/graphics/showimage/Makefile
+++ b/graphics/showimage/Makefile
@@ -1,6 +1,6 @@
PORTNAME= showimage
PORTVERSION= 1.10
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics kde
MASTER_SITES= https://dl.opendesktop.org/api/files/download/id/1482097460/ \
LOCAL/tcberner/showimage-0.10/
@@ -11,12 +11,13 @@ COMMENT= Simple KDE based image viewer
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake compiler:c++11-lang kde:5 qt:5 tar:bzip2
+USES= cmake compiler:c++11-lang kde:5 qt:5 tar:bzip2 xorg
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons ecm i18n itemviews jobwidgets kio service solid \
- widgetsaddons xmlgui \
+ widgetsaddons windowsystem xmlgui \
doctools_build
USE_QT= concurrent core dbus gui network xml widgets \
buildtools_build qmake_build
+USE_XORG= x11
.include <bsd.port.mk>