diff options
author | marino <marino> | 2012-05-20 21:57:36 +0000 |
---|---|---|
committer | marino <marino> | 2012-05-20 21:57:36 +0000 |
commit | 032eec029255c4a4d593aa2b5943c6e74567f478 (patch) | |
tree | 378083fab19fb1dd709c6f9aa6866a90387f246e /databases | |
parent | 6730001e21c472e3ae98d0cb58ad789f012b6d59 (diff) | |
download | pkgsrc-032eec029255c4a4d593aa2b5943c6e74567f478.tar.gz |
databases/gtkdbfeditor: USE_TOOLS+= msgfmt
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gtkdbfeditor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gtkdbfeditor/Makefile b/databases/gtkdbfeditor/Makefile index 3f8165a4927..ecc207c4ac3 100644 --- a/databases/gtkdbfeditor/Makefile +++ b/databases/gtkdbfeditor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/03/03 00:12:52 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2012/05/20 21:57:36 marino Exp $ # DISTNAME= gtkdbfeditor-1.0.4 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt .include "../../devel/libglade/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |