diff options
author | nia <nia@pkgsrc.org> | 2019-06-24 14:27:55 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-06-24 14:27:55 +0000 |
commit | 0e35a26a7eeff51c9a5521b6f02ca2bed4034ff2 (patch) | |
tree | 95e4f3276474d8ae12103242d7852e3b0e470bd7 | |
parent | 27d1f15dd70ca1861a4bce84bccdbbe2395c6ffe (diff) | |
download | pkgsrc-0e35a26a7eeff51c9a5521b6f02ca2bed4034ff2.tar.gz |
yelp3: Force the use of pkgsrc msgfmt.
NetBSD msgfmt is missing --desktop.
Reported by pgoyette on pkgsrc-users@, who confirms this fixes the package.
-rw-r--r-- | misc/yelp3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/yelp3/Makefile b/misc/yelp3/Makefile index 6d95275ad84..9d1d467ec9f 100644 --- a/misc/yelp3/Makefile +++ b/misc/yelp3/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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 |