diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-30 02:30:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-30 02:30:17 +0000 |
commit | 859064cc7b8fb5e3e00a2d2421d2af9a6876da3e (patch) | |
tree | 9b6aff523604a36caa0f5933053e05a8512c8576 /graphics/gimp-refocus-it | |
parent | 65f16a25239182ae4eaf8b8818df4e804a847949 (diff) | |
download | pkgsrc-859064cc7b8fb5e3e00a2d2421d2af9a6876da3e.tar.gz |
Needs msgfmt and pkg-config.
Diffstat (limited to 'graphics/gimp-refocus-it')
-rw-r--r-- | graphics/gimp-refocus-it/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp-refocus-it/Makefile b/graphics/gimp-refocus-it/Makefile index 79d5948e562..c061fa51218 100644 --- a/graphics/gimp-refocus-it/Makefile +++ b/graphics/gimp-refocus-it/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/22 10:17:07 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/06/30 02:30:17 joerg Exp $ # DISTNAME= refocus-it-2.0.0 @@ -15,6 +15,7 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes #just build the plugin CONFIGURE_ARGS+= --without-cmdline +USE_TOOLS+= pkg-config msgfmt .include "../../graphics/gimp/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" |