From 5a4f6849f1ecfcc2b72224203b04d1ce95434cfe Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 3 Aug 2007 23:48:56 +0000 Subject: Fix dependency on erlang. --- lang/erlang-doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/erlang-doc') diff --git a/lang/erlang-doc/Makefile b/lang/erlang-doc/Makefile index b2c138f77a4..f6d1b233281 100644 --- a/lang/erlang-doc/Makefile +++ b/lang/erlang-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/03/29 21:40:51 ghen Exp $ +# $NetBSD: Makefile,v 1.2 2007/08/03 23:48:56 joerg Exp $ DISTNAME= otp_doc_html_${DIST_VERSION} PKGNAME= erlang-doc-${ERLANG_VERSION} @@ -12,7 +12,7 @@ COMMENT= Documentation for Erlang, a concurrent functional programming language DIST_SUBDIR= erlang # needs erlang installed for its directory structure -DEPENDS+= erlang-${ERLANG_VERSION}:../../lang/erlang +DEPENDS+= erlang-${ERLANG_VERSION}{,nb*}:../../lang/erlang NO_CONFIGURE= yes NO_BUILD= yes -- cgit v1.2.3