diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-20 17:49:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-20 17:49:56 +0000 |
commit | d6a18efe97e6f3c85e88cf1457c92cf141b7657a (patch) | |
tree | 0967e6302ec17edbd4ca5d0a8f10172aa2a516ba /x11/libexo | |
parent | 6bfcdcec14de424608e814a89e3901d294682e6f (diff) | |
download | pkgsrc-d6a18efe97e6f3c85e88cf1457c92cf141b7657a.tar.gz |
Needs msgfmt.
Diffstat (limited to 'x11/libexo')
-rw-r--r-- | x11/libexo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index b46acf1f08d..3207ec3cbab 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/04/17 13:46:11 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/20 17:49:56 joerg Exp $ # DISTNAME= exo-0.3.0 @@ -15,7 +15,7 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_X11= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt PKGCONFIG_OVERRIDE+= ${WRKSRC}/exo/exo-0.3.pc.in |