svn commit: r385494 - head/databases/epgsql
Jimmy Olgeni
olgeni at FreeBSD.org
Tue May 5 21:21:30 UTC 2015
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 at 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}"
More information about the svn-ports-head
mailing list