pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/yelp3 yelp3: Force the use of pkgsrc msgfmt.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/183558e6fe1b
branches:  trunk
changeset: 335630:183558e6fe1b
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jun 24 14:27:55 2019 +0000

description:
yelp3: Force the use of pkgsrc msgfmt.

NetBSD msgfmt is missing --desktop.

Reported by pgoyette on pkgsrc-users@, who confirms this fixes the package.

diffstat:

 misc/yelp3/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 63c68ee9cf35 -r 183558e6fe1b misc/yelp3/Makefile
--- a/misc/yelp3/Makefile       Mon Jun 24 13:46:04 2019 +0000
+++ b/misc/yelp3/Makefile       Mon Jun 24 14:27:55 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2019/06/21 06:12:32 triaxx Exp $
+# $NetBSD: Makefile,v 1.66 2019/06/24 14:27:55 nia Exp $
 
 DISTNAME=              yelp-3.32.0
 CATEGORIES=            misc gnome
@@ -17,6 +17,9 @@
 
 BUILD_DEPENDS+=                itstool-[0-9]*:../../textproc/itstool
 
+# Requires --desktop in msgfmt.
+_TOOLS_USE_PKGSRC.msgfmt=      yes
+
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.38.0
 BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.13.3
 BUILDLINK_API_DEPENDS.libxslt+=        libxslt>=1.1.4



Home | Main Index | Thread Index | Old Index