diff options
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index e8e6d8d205f..43e8aff4ab3 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2001/02/05 09:01:01 tron Exp $ +# $NetBSD: Makefile,v 1.43 2001/02/06 03:16:59 fredb Exp $ DISTNAME= samba-2.0.7-ja-1.3 PKGNAME= samba-2.0.7.1.3 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.samba.gr.jp/pub/samba-jp/samba-2.0.7-ja/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.samba.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf BUILD_DEPENDS+= msgfmt:../../devel/gettext .if !exists(/usr/include/readline.h) |