diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-20 17:46:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-20 17:46:44 +0000 |
commit | 0b7145a92ea7bd13b87ba853a017a8bb873fcaff (patch) | |
tree | 733459c8a60ba4d0d4d578f4d94ee0779c00e21e /graphics/gimp-refocus-it/Makefile | |
parent | 4bd807b4a6ad6fb05f9cbc6efa8c7848bf1fbb92 (diff) | |
download | pkgsrc-0b7145a92ea7bd13b87ba853a017a8bb873fcaff.tar.gz |
This package needs asprintf.
Diffstat (limited to 'graphics/gimp-refocus-it/Makefile')
-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 d32707b3bc1..85f6c8744b1 100644 --- a/graphics/gimp-refocus-it/Makefile +++ b/graphics/gimp-refocus-it/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/09/21 13:03:49 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2007/11/20 17:46:44 rillig 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_FEATURES= asprintf USE_TOOLS+= intltool msgfmt pkg-config PTHREAD_AUTO_VARS= yes |