diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-05-06 04:55:23 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-05-06 04:55:23 +0800 |
commit | e7b9287613a29b54e42bf37042c10cb5d36fc6ee (patch) | |
tree | 40fcc9c8b794987ce9fc5974c2eb3cdd5e02222f | |
parent | 94a2eda6bc772f4b6c85a26983ba3c99e7d7cf6b (diff) | |
download | freebsd-ports-gnome-e7b9287613a29b54e42bf37042c10cb5d36fc6ee.tar.gz freebsd-ports-gnome-e7b9287613a29b54e42bf37042c10cb5d36fc6ee.tar.zst freebsd-ports-gnome-e7b9287613a29b54e42bf37042c10cb5d36fc6ee.zip |
Remove rebar dependency - these ports have their own copy.
-rw-r--r-- | databases/epgsql/Makefile | 4 | ||||
-rw-r--r-- | devel/erlang-msgpack/Makefile | 5 | ||||
-rw-r--r-- | devel/poolboy/Makefile | 4 |
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}" |