diff options
Diffstat (limited to 'lang/erlang-doc')
-rw-r--r-- | lang/erlang-doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |