summaryrefslogtreecommitdiff
path: root/lang/erlang-doc
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-09-13 09:02:52 +0000
committerjperkin <jperkin@pkgsrc.org>2018-09-13 09:02:52 +0000
commit22a5477216b0c2de4c418231579152ffe9a7c89e (patch)
tree922a870e19e93def09f7dc155a82d18cd1028756 /lang/erlang-doc
parentdffa7728d463ede2566b891f2dc4c018bf7198d5 (diff)
downloadpkgsrc-22a5477216b0c2de4c418231579152ffe9a7c89e.tar.gz
erlang-{doc,man}: Fix DEPENDS to handle DIST_VERSION_PATCH.
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 b3ed54accc2..c20648edc7e 100644
--- a/lang/erlang-doc/Makefile
+++ b/lang/erlang-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2015/04/28 14:34:20 fhajny Exp $
+# $NetBSD: Makefile,v 1.13 2018/09/13 09:02:52 jperkin Exp $
DISTNAME= otp_doc_html_${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR}
PKGNAME= ${DISTNAME:S/otp_doc_html_/erlang-doc-/}
@@ -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-${PKGVERSION_NOREV}{,nb*}:../../lang/erlang
+DEPENDS+= erlang>=${PKGVERSION_NOREV}:../../lang/erlang
NO_CONFIGURE= yes
NO_BUILD= yes