diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-20 19:05:33 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-20 19:05:33 +0000 |
commit | 6dc46702f3d265d81c40e411efc27e005fa06886 (patch) | |
tree | 4c7adc62981ae8ed5dbcbbec32d10b168ba5d687 /www | |
parent | 600791917b665976273e981664d1a1637616d661 (diff) | |
download | pkgsrc-6dc46702f3d265d81c40e411efc27e005fa06886.tar.gz |
This package needs USE_MSGFMT_PLURALS=YES in order to build.
Noted by Leonard Schmidt on tech-pkg.
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index e01fae19ad0..b71ac027416 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2005/07/07 17:06:57 drochner Exp $ +# $NetBSD: Makefile,v 1.35 2005/07/20 19:05:33 kristerw Exp $ # DISTNAME= epiphany-1.6.4 @@ -16,7 +16,7 @@ GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake USE_LIBTOOL= YES -#USE_MSGFMT_PLURALS= YES +USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES PKGCONFIG_OVERRIDE= data/epiphany-1.6.pc.in |