svn commit: r316365 - head/www/mochiweb

Jimmy Olgeni olgeni at FreeBSD.org
Tue Apr 23 15:40:18 UTC 2013


Author: olgeni
Date: Tue Apr 23 15:40:16 2013
New Revision: 316365
URL: http://svnweb.freebsd.org/changeset/ports/316365

Log:
  Add missing dependencies.

Modified:
  head/www/mochiweb/Makefile

Modified: head/www/mochiweb/Makefile
==============================================================================
--- head/www/mochiweb/Makefile	Tue Apr 23 15:33:16 2013	(r316364)
+++ head/www/mochiweb/Makefile	Tue Apr 23 15:40:16 2013	(r316365)
@@ -10,6 +10,9 @@ COMMENT=	Erlang library for building lig
 
 LICENSE=	MIT
 
+BUILD_DEPENDS=	erlc:${PORTSDIR}/lang/erlang
+RUN_DEPENDS=	erl:${PORTSDIR}/lang/erlang
+
 PLIST_SUB=	VERSION="${PORTVERSION}"
 
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list