Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Jan 2026 10:36:11 +0000
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b65b48aecbe0 - main - astro/gpscorrelate: add one comment to Makefile...
Message-ID:  <695a429b.22122.37d32da9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mandree:

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

commit b65b48aecbe0bbd1936802add40e9277715e5082
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2026-01-04 10:35:44 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2026-01-04 10:35:57 +0000

    astro/gpscorrelate: add one comment to Makefile...
    
    ...to explain why we use desktop-file-utils in spite
    of that our stage-qa thinks it were unneeded.
---
 astro/gpscorrelate/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/astro/gpscorrelate/Makefile b/astro/gpscorrelate/Makefile
index 627b12751401..83951f03d86d 100644
--- a/astro/gpscorrelate/Makefile
+++ b/astro/gpscorrelate/Makefile
@@ -14,6 +14,8 @@ LIB_DEPENDS+=	libatk-1.0.so:accessibility/at-spi2-core \
 		libexiv2.so:graphics/exiv2 \
 		libharfbuzz.so:print/harfbuzz
 
+# WARNING: we need desktop-file-utils for the port's Makefile,
+# although it does not use MimeTypes, it wants to use the tools
 USES=		desktop-file-utils gmake gnome pkgconfig tar:xz
 
 USE_GNOME=	cairo gdkpixbuf glib20 gtk30 libxml2 pango


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695a429b.22122.37d32da9>