summaryrefslogtreecommitdiff
path: root/lang/erlang-doc
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-03 23:48:56 +0000
committerjoerg <joerg>2007-08-03 23:48:56 +0000
commitc6ba0f1b20f94b80e14e3236512773c2c91c60e7 (patch)
treeac6910d5b24917143a4d1ca4851be4d9daa906b8 /lang/erlang-doc
parent1f4d844d5312e2e00e03e7080a8eb431adf7a613 (diff)
downloadpkgsrc-c6ba0f1b20f94b80e14e3236512773c2c91c60e7.tar.gz
Fix dependency on erlang.
Diffstat (limited to 'lang/erlang-doc')
-rw-r--r--lang/erlang-doc/Makefile4
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