diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-22 10:17:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-22 10:17:07 +0000 |
commit | 82d95bca397406d4d03261fe98d57417156b7610 (patch) | |
tree | 21bcfbdd81d0469f6b5bb6d2a62b06b2a2f10218 /graphics | |
parent | 74cfe5547ac42a5cc1e36b4056f5e966d04643eb (diff) | |
download | pkgsrc-82d95bca397406d4d03261fe98d57417156b7610.tar.gz |
Needs intltool.
Diffstat (limited to 'graphics')
-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 47fb6c5787f..79d5948e562 100644 --- a/graphics/gimp-refocus-it/Makefile +++ b/graphics/gimp-refocus-it/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/04/17 13:46:31 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/22 10:17:07 joerg Exp $ # DISTNAME= refocus-it-2.0.0 @@ -17,4 +17,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-cmdline .include "../../graphics/gimp/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |