diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:39:46 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:39:46 +0000 |
commit | 5b8c84523400f851d2f2717a10ed05da02e780ee (patch) | |
tree | 04bfa16bd303923f71ecfb8bc33adccd04f47544 /news/pan | |
parent | 50742b9413ddec40aa2ca1414461c06bc9020089 (diff) | |
download | pkgsrc-5b8c84523400f851d2f2717a10ed05da02e780ee.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'news/pan')
-rw-r--r-- | news/pan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 293454095e6..f7d8b986ab9 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/12/24 06:10:20 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2003/01/10 07:44:21 cjep Exp $ # DISTNAME= pan-0.11.4 @@ -14,6 +14,7 @@ COMMENT= Newsreader for Gnome BUILD_USES_MSGFMT= YES USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_X11BASE= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= LOCALEDIR="${PKGLOCALEDIR}" |