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 | |
parent | eaad6082ab60691a8440bf114ce64e11dff027ce (diff) | |
download | pkgsrc-d0314f0e8a80cc11a18d119747f9706e9251a1d2.tar.gz |
Needs msgfmt.
-rw-r--r-- | devel/gal/Makefile | 3 | ||||
-rw-r--r-- | print/glabels/Makefile | 4 |
2 files changed, 4 insertions, 3 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 diff --git a/print/glabels/Makefile b/print/glabels/Makefile index 01ba641ea28..1bdd7ce3744 100644 --- a/print/glabels/Makefile +++ b/print/glabels/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/06/21 22:58:04 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/06/29 12:14:43 joerg Exp $ # DISTNAME= glabels-2.0.2 @@ -14,7 +14,7 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes USE_DIRS+= gnome2-1.5 GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt .include "../../databases/shared-mime-info/mimedb.mk" .include "../../devel/libgnomeui/buildlink3.mk" |