summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>1999-10-06 17:05:23 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>1999-10-06 17:05:23 +0000
commit1fa4ec25df784769cf4d66d016c96d12e155c310 (patch)
treea271142094bb190dbcc9b32c2acf6ba3b478e8c4 /net/samba
parent51464c83928420c770b4a6e82572bd7270b7187f (diff)
downloadpkgsrc-1fa4ec25df784769cf4d66d016c96d12e155c310.tar.gz
add missing readline DEPENDS
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 16927b261dd..63421cb12b9 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.27 1999/08/10 16:38:08 bouyer Exp $
+# $NetBSD: Makefile,v 1.28 1999/10/06 17:05:23 dmcmahill Exp $
DISTNAME= samba-2.0.5a
+WRKSRC= ${WRKDIR}/${DISTNAME}/source
CATEGORIES= net
MASTER_SITES= ftp://ftp.samba.org/pub/samba/
MAINTAINER= bouyer@netbsd.org
HOMEPAGE= http://www.samba.org/
-WRKSRC= ${WRKDIR}/${DISTNAME}/source
+DEPENDS+= readline-4.0:../../devel/readline
+
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"