diff options
author | joerg <joerg> | 2006-06-20 17:49:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-20 17:49:56 +0000 |
commit | 9af280c549625aff14606628ba6f66bf20677c31 (patch) | |
tree | 0967e6302ec17edbd4ca5d0a8f10172aa2a516ba | |
parent | 1645d37465e20793bad39df8ae5259a54e0e2d2c (diff) | |
download | pkgsrc-9af280c549625aff14606628ba6f66bf20677c31.tar.gz |
Needs msgfmt.
-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 |