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 /net/ja-samba | |
parent | dffdd0cc5b728f44ea7a4de4231b8888a0fb4bbf (diff) | |
download | pkgsrc-53129e1c1f916c7d478fd397e061473c2eeb20fb.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'net/ja-samba')
-rw-r--r-- | net/ja-samba/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ja-samba/Makefile b/net/ja-samba/Makefile index a3007d761e8..4a7076c9822 100644 --- a/net/ja-samba/Makefile +++ b/net/ja-samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/09 00:00:21 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2003/01/10 07:43:31 cjep Exp $ DISTNAME= samba-${SAMBA_BASE_VERSION}-ja-${SAMBA_JA_VERSION} PKGNAME= ja-samba-${SAMBA_BASE_VERSION}.${SAMBA_JA_VERSION} @@ -21,6 +21,7 @@ USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig USE_BUILDLINK2= # defined +USE_PKGLOCALEDIR= YES USE_GNU_READLINE= # uses rl_event_hook interface to GNU readline .include "../../mk/bsd.prefs.mk" |