diff options
author | nia <nia@pkgsrc.org> | 2022-03-12 07:14:17 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-03-12 07:14:17 +0000 |
commit | 68f171fc2d753b74c374120dd22d421ee5b6b51f (patch) | |
tree | 81500e97c12ca28a0174f0e2359bb64866c8b042 /misc/yelp3/Makefile | |
parent | 7fc7d9f481b5dc872c7adf5a3f2e2a219ccd94ac (diff) | |
download | pkgsrc-68f171fc2d753b74c374120dd22d421ee5b6b51f.tar.gz |
misc: Use hacks.mk to avoid NetBSD msgfmt on NetBSD only.
Diffstat (limited to 'misc/yelp3/Makefile')
-rw-r--r-- | misc/yelp3/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/yelp3/Makefile b/misc/yelp3/Makefile index 434676c3ca4..0370e488c2c 100644 --- a/misc/yelp3/Makefile +++ b/misc/yelp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2021/12/08 16:05:44 adam Exp $ +# $NetBSD: Makefile,v 1.79 2022/03/12 07:14:17 nia Exp $ DISTNAME= yelp-3.32.0 PKGREVISION= 11 @@ -16,9 +16,6 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -# 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 |