diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-14 02:04:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-14 02:04:58 +0000 |
commit | 309e225f4707473608ee21fa1de1d050c5490e58 (patch) | |
tree | 1f4ece79437d3dbcd5560050878e18e22587f776 /devel/gdl | |
parent | f9a3b3481ba19a281cec16c11af64508d9c69a41 (diff) | |
download | pkgsrc-309e225f4707473608ee21fa1de1d050c5490e58.tar.gz |
Also needs msgfmt.
Diffstat (limited to 'devel/gdl')
-rw-r--r-- | devel/gdl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gdl/Makefile b/devel/gdl/Makefile index 0a3ffb636a1..e88fd60cdeb 100644 --- a/devel/gdl/Makefile +++ b/devel/gdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/01/10 17:00:03 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/01/14 02:04:58 joerg Exp $ # DISTNAME= gdl-0.6.1 @@ -12,7 +12,7 @@ COMMENT= Gnome Devtool Libraries GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config perl intltool +USE_TOOLS+= pkg-config perl intltool msgfmt PKGCONFIG_OVERRIDE+= gdl-1.0.pc.in |