diff options
author | joerg <joerg> | 2006-06-30 03:13:43 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-30 03:13:43 +0000 |
commit | 48f1ae0fe2f024587afeb4e3114b3aeb2c907ac2 (patch) | |
tree | b5880cb51f538f4e521a36b0658a097122239bc5 /x11 | |
parent | 333bad86ef40b5f6b107284a8e7f517bf03f2806 (diff) | |
download | pkgsrc-48f1ae0fe2f024587afeb4e3114b3aeb2c907ac2.tar.gz |
Needs msgfmt.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-session/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 3bde2d9e951..523d4025c40 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2006/05/03 11:21:26 drochner Exp $ +# $NetBSD: Makefile,v 1.69 2006/06/30 03:13:43 joerg Exp $ # DISTNAME= gnome-session-2.14.1 @@ -18,7 +18,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake perl pkg-config msgfmt USE_LIBTOOL= yes MAKE_ENV+= REAL_GCONFTOOL=${GCONFTOOL2:Q} |