summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-15 19:56:54 +0000
committerjoerg <joerg>2006-01-15 19:56:54 +0000
commite9b748eafd589a1e68246acd24fc6cca595bc271 (patch)
treef6002a3d14381e3bbeee946ba39f025b14425f6b
parentaa189f85de6606035a262e28a9a80205f9001686 (diff)
downloadpkgsrc-e9b748eafd589a1e68246acd24fc6cca595bc271.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.
-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"