summaryrefslogtreecommitdiff
path: root/graphics/gnome-backgrounds
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-15 19:56:54 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-15 19:56:54 +0000
commit16cd5f96129c22610a4686c27499e320a4880953 (patch)
treef6002a3d14381e3bbeee946ba39f025b14425f6b /graphics/gnome-backgrounds
parent155e6555dbd04f12016fac8ef8f404234656137a (diff)
downloadpkgsrc-16cd5f96129c22610a4686c27499e320a4880953.tar.gz
BUILD_USES_MSGFMT works better if deve/gettext-lib is included as well.
Keep it as build time dependency, since no executables are installed.
Diffstat (limited to 'graphics/gnome-backgrounds')
-rw-r--r--graphics/gnome-backgrounds/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/gnome-backgrounds/Makefile b/graphics/gnome-backgrounds/Makefile
index 4b6095450f4..dc02e0125e2 100644
--- a/graphics/gnome-backgrounds/Makefile
+++ b/graphics/gnome-backgrounds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/10/12 21:58:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2006/01/15 19:56:54 joerg Exp $
#
DISTNAME= gnome-backgrounds-2.12.1
@@ -18,5 +18,8 @@ USE_TOOLS+= gmake
USE_LANGUAGES= # empty
USE_PKGLOCALEDIR= YES
+BUILDLINK_DEPMETHOD.gettext= build
+
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"