diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-05-29 08:47:25 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-05-29 08:47:25 +0000 |
commit | 45ea58c8e5f6aef5c71c0935c1cf06bdff0bab4b (patch) | |
tree | 32b5c811fad7b6e287bd2ab278231f04136a9104 /dns/erlang-idna/Makefile | |
parent | c7e1bacd4832a03afb45175a4f90a408e5817564 (diff) |
Update dns/erlang-idna to version 5.0.2.
Notes
Notes:
svn path=/head/; revision=441977
Diffstat (limited to 'dns/erlang-idna/Makefile')
-rw-r--r-- | dns/erlang-idna/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/erlang-idna/Makefile b/dns/erlang-idna/Makefile index d6a817a111fa..28d49f8ddf3e 100644 --- a/dns/erlang-idna/Makefile +++ b/dns/erlang-idna/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= idna -PORTVERSION= 4.0.0 +PORTVERSION= 5.0.2 CATEGORIES= dns PKGNAMEPREFIX= erlang- @@ -15,4 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= benoitc GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} +ERL_BUILD_DEPS= devel/erlang-unicode_util_compat +ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} + .include <bsd.port.mk> |