diff options
author | cjep <cjep> | 2003-01-10 07:39:46 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-01-10 07:39:46 +0000 |
commit | 53129e1c1f916c7d478fd397e061473c2eeb20fb (patch) | |
tree | 04bfa16bd303923f71ecfb8bc33adccd04f47544 /news | |
parent | dffdd0cc5b728f44ea7a4de4231b8888a0fb4bbf (diff) | |
download | pkgsrc-53129e1c1f916c7d478fd397e061473c2eeb20fb.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'news')
-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}" |