Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2023 19:01:49 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f46dc3d27820 - main - devel/spread-sheet-widget: Remove USES=makeinfo
Message-ID:  <202310211901.39LJ1nIO034967@gitrepo.freebsd.org>

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

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

commit f46dc3d27820d8b4348a72497524420a2dc8fd53
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-21 14:54:37 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-21 19:01:36 +0000

    devel/spread-sheet-widget: Remove USES=makeinfo
    
    - Distfile ships with makeinfo and no need to regenerate the info files
    - Add missing DEPENDS
    - Pet portclippy
---
 devel/spread-sheet-widget/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/devel/spread-sheet-widget/Makefile b/devel/spread-sheet-widget/Makefile
index 1182faa72f9a..94529d29f679 100644
--- a/devel/spread-sheet-widget/Makefile
+++ b/devel/spread-sheet-widget/Makefile
@@ -11,14 +11,18 @@ WWW=		https://www.gnu.org/software/ssw/
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake gnome libtool makeinfo pkgconfig
+LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz
+
+USES=		gmake gnome libtool pkgconfig
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30
 USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
+
 INSTALL_TARGET=	install-strip
 
-PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
 INFO=		spread-sheet-widget
+PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
 
 OPTIONS_DEFINE=	DOCS
 



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