Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Aug 2026 04:02:54 +0000
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4aaa28b90056 - main - games/mahjong: Add missing RUN_DEPENDS
Message-ID:  <6a72b5ee.447ba.2e1c5eb7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by wen:

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

commit 4aaa28b900561f8cbfec7a49b59d922e3b7575ec
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2026-08-05 04:01:51 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2026-08-05 04:02:47 +0000

    games/mahjong: Add missing RUN_DEPENDS
    
    PR:             295245
    Reported by:    l_m@disroot.org
---
 games/mahjong/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/games/mahjong/Makefile b/games/mahjong/Makefile
index d5779b96e29e..181928ca70f7 100644
--- a/games/mahjong/Makefile
+++ b/games/mahjong/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mahjong
 PORTVERSION=	1.17.2
+PORTREVISION=	1
 CATEGORIES=	games net
 MASTER_SITES=	http://mahjong.julianbradfield.org/Source/%SUBDIR%/
 DISTNAME=	mj-${PORTVERSION}-src
@@ -10,6 +11,8 @@ WWW=		https://mahjong.julianbradfield.org/
 
 LICENSE=	GPLv2+
 
+RUN_DEPENDS=	gdk-pixbuf-extra>0:graphics/gdk-pixbuf-extra
+
 USES=		compiler:c++11-lang gmake gnome perl5 pkgconfig
 USE_GNOME=	gtk20
 USE_PERL5=	build


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a72b5ee.447ba.2e1c5eb7>