Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2026 07:33:07 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e21f69092746 - main - editors/pluma: fix dependency type for mate-desktop
Message-ID:  <69dc9c33.3c618.111c0b6e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

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

commit e21f6909274694465fde7fb7411c65525e1215ba
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-04-13 06:40:16 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-04-13 07:22:43 +0000

    editors/pluma: fix dependency type for mate-desktop
    
    pluma is actually linked to libmate-desktop so this requires a
    LIB_DEPENDS not a BUILD_DEPENDS
    
    PR:     293874
---
 editors/pluma/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile
index e4161d4451f1..e61358acf08e 100644
--- a/editors/pluma/Makefile
+++ b/editors/pluma/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pluma
 PORTVERSION=	1.28.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
@@ -25,7 +25,7 @@ USES=		compiler:c11 desktop-file-utils gettext-tools gmake gnome libtool localba
 USE_XORG=	ice sm x11
 USE_GNOME=	cairo gdkpixbuf gnomeprefix gtk30 gtksourceview4 \
 		intltool introspection libxml2
-USE_MATE=	desktop:build
+USE_MATE=	desktop
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dc9c33.3c618.111c0b6e>