diff options
author | joerg <joerg> | 2006-06-30 03:13:43 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-30 03:13:43 +0000 |
commit | b31ea8588ce831ac0e122a96cf0e92bc5cebee28 (patch) | |
tree | b5880cb51f538f4e521a36b0658a097122239bc5 /x11 | |
parent | ca3a14e83e87e407a34e1dfa84e1c7ff02171c34 (diff) | |
download | pkgsrc-b31ea8588ce831ac0e122a96cf0e92bc5cebee28.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} |