summaryrefslogtreecommitdiff
path: root/graphics/digikamimageplugins
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-13 18:23:29 +0000
committerjlam <jlam>2006-04-13 18:23:29 +0000
commit2b7701c2e846af68d16fca094c7edd5a431d4797 (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /graphics/digikamimageplugins
parent381acf95ec4f42fe16a17018bf9d56363883a683 (diff)
downloadpkgsrc-2b7701c2e846af68d16fca094c7edd5a431d4797.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'graphics/digikamimageplugins')
-rw-r--r--graphics/digikamimageplugins/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/digikamimageplugins/Makefile b/graphics/digikamimageplugins/Makefile
index a4d282f48e5..52f14f135a8 100644
--- a/graphics/digikamimageplugins/Makefile
+++ b/graphics/digikamimageplugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/03/29 02:02:48 markd Exp $
+# $NetBSD: Makefile,v 1.14 2006/04/13 18:23:33 jlam Exp $
DISTNAME= digikamimageplugins-0.8.1
PKGREVISION= 1
@@ -11,11 +11,10 @@ HOMEPAGE= http://digikam.sourceforge.net/
COMMENT= Plugins for Digikam's ImageEditor
USE_DIRS+= xdg-1.1
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake msgfmt
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
MANCOMPRESSED= yes
-BUILD_USES_MSGFMT= yes
.include "../../graphics/digikam/buildlink3.mk"
.include "../../meta-pkgs/kde3/kde3.mk"