diff options
author | dmcmahill <dmcmahill> | 1999-10-06 17:05:23 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 1999-10-06 17:05:23 +0000 |
commit | 724da0d62d3e2be290b18ee1555f5547659d9525 (patch) | |
tree | a271142094bb190dbcc9b32c2acf6ba3b478e8c4 /net | |
parent | 2521fc9f1ac50806235c3fb5bf0b1f215208316e (diff) | |
download | pkgsrc-724da0d62d3e2be290b18ee1555f5547659d9525.tar.gz |
add missing readline DEPENDS
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 6 |
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" |