Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2022 00:39:29 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 083b5076df44 - main - astro/indiwebmanagerapp: pet stage-qa, declare hidden dependencies on libx11
Message-ID:  <202209050039.2850dTo1033790@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=083b5076df44a2032745b19d1d5312a8d081ba9a

commit 083b5076df44a2032745b19d1d5312a8d081ba9a
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 00:38:21 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 00:38:21 +0000

    astro/indiwebmanagerapp: pet stage-qa, declare hidden dependencies on libx11
    
    Approved by:    portmgr blanket
---
 astro/indiwebmanagerapp/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/astro/indiwebmanagerapp/Makefile b/astro/indiwebmanagerapp/Makefile
index 4760004ba181..951f0e935bf4 100644
--- a/astro/indiwebmanagerapp/Makefile
+++ b/astro/indiwebmanagerapp/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	indiwebmanagerapp
 DISTVERSION=	1.8
+PORTREVISION=	1
 CATEGORIES=	astro
 
 MAINTAINER=	acm@FreeBSD.org
@@ -10,12 +11,13 @@ LICENSE=	GPLv2
 RUN_DEPENDS=	indiserver:devel/indi \
 		${PYTHON_PKGNAMEPREFIX}indiweb>0:astro/py-indiweb@${PY_FLAVOR}
 
-USES=		cmake iconv gettext kde:5 ninja qt:5 pkgconfig python:3.5+
+USES=		cmake iconv gettext kde:5 ninja qt:5 pkgconfig python:3.7+ xorg
 USE_KDE=	auth bookmarks codecs completion config configwidgets \
 		coreaddons doctools i18n kio itemviews jobwidgets service \
 		solid widgetsaddons windowsystem xmlgui
 USE_QT=		buildtools concurrent core dbus gui qmake_build network widgets \
 		xml
+USE_XORG=	x11
 USE_GITHUB=	yes
 GH_ACCOUNT=	rlancaste
 GH_PROJECT=	INDIWebManagerApp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209050039.2850dTo1033790>