diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-29 12:14:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-29 12:14:43 +0000 |
commit | d0314f0e8a80cc11a18d119747f9706e9251a1d2 (patch) | |
tree | f5922b5c89ff4474fd3d35b9d241bb72c663964e /devel/gal | |
parent | eaad6082ab60691a8440bf114ce64e11dff027ce (diff) | |
download | pkgsrc-d0314f0e8a80cc11a18d119747f9706e9251a1d2.tar.gz |
Needs msgfmt.
Diffstat (limited to 'devel/gal')
-rw-r--r-- | devel/gal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gal/Makefile b/devel/gal/Makefile index e14be60567b..5e507bb5b18 100644 --- a/devel/gal/Makefile +++ b/devel/gal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/04/17 13:46:02 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2006/06/29 12:15:52 joerg Exp $ DISTNAME= gal-0.24 PKGREVISION= 3 @@ -14,6 +14,7 @@ USE_DIRS+= gnome1-1.5 USE_PKGLOCALEDIR= YES USE_X11BASE= YES USE_LIBTOOL= YES +USE_TOOLS+= msgfmt GNU_CONFIGURE= YES PKGCONFIG_OVERRIDE= gal.pc.in BROKEN_GETTEXT_DETECTION= yes |