diff options
author | kim <kim> | 2000-11-20 02:45:18 +0000 |
---|---|---|
committer | kim <kim> | 2000-11-20 02:45:18 +0000 |
commit | 0f4054fcfa8dcb6d6c6b04c0bd41f114191810fb (patch) | |
tree | 4002d98aca33012808e5903c2a9300478302e7e8 /net/samba | |
parent | 0da414a4cb2625d1af9a102e38530818c7c3cc41 (diff) | |
download | pkgsrc-0f4054fcfa8dcb6d6c6b04c0bd41f114191810fb.tar.gz |
USE_LIBINTL
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 06849d43f15..9dcbe24150d 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2000/10/07 13:58:30 kei Exp $ +# $NetBSD: Makefile,v 1.39 2000/11/20 02:45:18 kim Exp $ DISTNAME= samba-2.0.7-ja-1.3 PKGNAME= samba-2.0.7.1.3 @@ -10,6 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.samba.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf +BUILD_DEPENDS+= msgfmt:../../devel/gettext .if !exists(/usr/include/readline.h) DEPENDS+= readline>=4.0:../../devel/readline @@ -17,6 +18,7 @@ DEPENDS+= readline>=4.0:../../devel/readline CONFLICTS+= samba-2.0.7-ja-* +USE_LIBINTL= # defined GNU_CONFIGURE= # defined .include "../../mk/bsd.prefs.mk" |