Date: Tue, 5 May 2015 21:21:29 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385494 - head/databases/epgsql Message-ID: <201505052121.t45LLTq6019375@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Tue May 5 21:21:29 2015 New Revision: 385494 URL: https://svnweb.freebsd.org/changeset/ports/385494 Log: Restore rebar dependency. Submitted by: mat Pointy hat to: olgeni Modified: head/databases/epgsql/Makefile Modified: head/databases/epgsql/Makefile ============================================================================== --- head/databases/epgsql/Makefile Tue May 5 20:56:55 2015 (r385493) +++ head/databases/epgsql/Makefile Tue May 5 21:21:29 2015 (r385494) @@ -2,7 +2,7 @@ PORTNAME= epgsql PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= olgeni@FreeBSD.org @@ -10,7 +10,8 @@ COMMENT= Erlang PostgreSQL Database Clie LICENSE= BSD3CLAUSE -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang +BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ + rebar:${PORTSDIR}/devel/rebar RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang PLIST_SUB= VERSION="${PORTVERSION}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505052121.t45LLTq6019375>