diff options
author | fredb <fredb@pkgsrc.org> | 2001-02-06 03:16:56 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-02-06 03:16:56 +0000 |
commit | 46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6 (patch) | |
tree | fc373d0dc8bbedf2209b780336196ea2dcb03607 /net/samba | |
parent | 4098571c142a5138bd2050f5de264cb566152287 (diff) | |
download | pkgsrc-46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6.tar.gz |
Make that "autoreconf" -- there is no "autoremake".
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) |