aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/epgsql/Makefile4
-rw-r--r--devel/erlang-msgpack/Makefile5
-rw-r--r--devel/poolboy/Makefile4
3 files changed, 6 insertions, 7 deletions
diff --git a/databases/epgsql/Makefile b/databases/epgsql/Makefile
index 76b6623f80f2..806eacb58555 100644
--- a/databases/epgsql/Makefile
+++ b/databases/epgsql/Makefile
@@ -2,6 +2,7 @@
PORTNAME= epgsql
PORTVERSION= 3.1.0
+PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= olgeni@FreeBSD.org
@@ -9,8 +10,7 @@ COMMENT= Erlang PostgreSQL Database Client
LICENSE= BSD3CLAUSE
-BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \
- rebar:${PORTSDIR}/devel/rebar
+BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
PLIST_SUB= VERSION="${PORTVERSION}"
diff --git a/devel/erlang-msgpack/Makefile b/devel/erlang-msgpack/Makefile
index 459973e683f2..d3c9d5a17082 100644
--- a/devel/erlang-msgpack/Makefile
+++ b/devel/erlang-msgpack/Makefile
@@ -2,7 +2,7 @@
PORTNAME= msgpack
PORTVERSION= 0.3.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
@@ -11,8 +11,7 @@ COMMENT= MessagePack (de)serializer for Erlang
LICENSE= APACHE20
-BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \
- rebar:${PORTSDIR}/devel/rebar
+BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
PLIST_SUB= VERSION="${PORTVERSION}"
diff --git a/devel/poolboy/Makefile b/devel/poolboy/Makefile
index ed26e59782c4..f5925d4406a4 100644
--- a/devel/poolboy/Makefile
+++ b/devel/poolboy/Makefile
@@ -2,6 +2,7 @@
PORTNAME= poolboy
PORTVERSION= 1.5.1
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= olgeni@FreeBSD.org
@@ -9,8 +10,7 @@ COMMENT= Pooling library for Erlang
LICENSE= ISCL
-BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \
- rebar:${PORTSDIR}/devel/rebar
+BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
PLIST_SUB= VERSION="${PORTVERSION}"