diff options
author | youri <youri@pkgsrc.org> | 2018-06-13 19:35:51 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2018-06-13 19:35:51 +0000 |
commit | 76a98c6f76b6febe7e19f18c4296b76f74b12e8a (patch) | |
tree | 5d7fcc155078de9655eb5761258d2689b17ddceb /graphics | |
parent | 516b051608d7b0c47a1915e20ff4eff4e9430e87 (diff) | |
download | pkgsrc-76a98c6f76b6febe7e19f18c4296b76f74b12e8a.tar.gz |
Fix build on NetBSD.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnome-backgrounds/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gnome-backgrounds/Makefile b/graphics/gnome-backgrounds/Makefile index 2624ffc13b6..326d1814da8 100644 --- a/graphics/gnome-backgrounds/Makefile +++ b/graphics/gnome-backgrounds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2018/06/13 19:10:25 youri Exp $ +# $NetBSD: Makefile,v 1.34 2018/06/13 19:35:51 youri Exp $ DISTNAME= gnome-backgrounds-3.28.0 CATEGORIES= graphics gnome @@ -12,5 +12,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake intltool msgfmt +_TOOLS_USE_PKGSRC.msgfmt= yes + .include "../../devel/py-meson/build.mk" .include "../../mk/bsd.pkg.mk" |