Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2021 20:34:10 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9f0f4a8ba75d - main - misc/artikulate: lighten dependencies
Message-ID:  <202107062034.166KYAx1068326@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=9f0f4a8ba75df8dca04af4239436960eee535fa4

commit 9f0f4a8ba75df8dca04af4239436960eee535fa4
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-07-05 13:17:41 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-07-06 20:32:48 +0000

    misc/artikulate: lighten dependencies
    
    - doesn't need boost at all
    - doctools is a build-time dep not needed at runtime
---
 misc/artikulate/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/misc/artikulate/Makefile b/misc/artikulate/Makefile
index 165177c724d4..09624acec4c5 100644
--- a/misc/artikulate/Makefile
+++ b/misc/artikulate/Makefile
@@ -1,16 +1,16 @@
 PORTNAME=	artikulate
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	misc education kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Pronunciation trainer for KDE
 
-LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
-
 USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
 USE_KDE=	archive attica auth codecs config configwidgets coreaddons \
-		crash doctools ecm i18n kdeclarative newstuff service \
-		widgetsaddons xmlgui
+		crash ecm i18n kdeclarative newstuff service \
+		widgetsaddons xmlgui \
+		doctools_build
 USE_QT=		core dbus declarative gui multimedia network sql testlib widgets \
 		xml xmlpatterns \
 		buildtools_build qmake_build



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