diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-13 20:58:49 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-13 20:58:49 +0000 |
commit | 31bb75e8280f3b1e95788aa2da164c9b481e60e5 (patch) | |
tree | 13eae6450a1b3ed7aa5e4b1545573a19edd5cb4e /sysutils/nautilus | |
parent | 3414591a74b7b182801efcb313d97d221c194338 (diff) | |
download | pkgsrc-31bb75e8280f3b1e95788aa2da164c9b481e60e5.tar.gz |
This needs msgfmt and plurals support. Patch provided by Leonard Schmidt
in PR pkg/31582.
Diffstat (limited to 'sysutils/nautilus')
-rw-r--r-- | sysutils/nautilus/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/nautilus/Makefile b/sysutils/nautilus/Makefile index a49650902f9..3bae1761921 100644 --- a/sysutils/nautilus/Makefile +++ b/sysutils/nautilus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2005/10/12 21:53:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.53 2005/10/13 20:58:49 jmmv Exp $ # DISTNAME= nautilus-2.12.1 @@ -10,10 +10,13 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/nautilus/ COMMENT= Nautilus file manager for GNOME2 +BUILD_USES_MSGFMT= yes + USE_PKGLOCALEDIR= yes USE_DIRS+= xdg-1.1 USE_TOOLS+= gmake pkg-config USE_LIBTOOL= yes +USE_MSGFMT_PLURALS= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= libnautilus-extension/libnautilus-extension.pc.in |