git: f46dc3d27820 - main - devel/spread-sheet-widget: Remove USES=makeinfo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Oct 2023 19:01:49 UTC
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