svn commit: r373182 - head/lang/erlang

Jimmy Olgeni olgeni at FreeBSD.org
Sun Nov 23 22:31:05 UTC 2014


Author: olgeni
Date: Sun Nov 23 22:31:04 2014
New Revision: 373182
URL: https://svnweb.freebsd.org/changeset/ports/373182
QAT: https://qat.redports.org/buildarchive/r373182/

Log:
  Use autoconf:env as runtime ports and set perl5 as a build-only dependency.

Modified:
  head/lang/erlang/Makefile

Modified: head/lang/erlang/Makefile
==============================================================================
--- head/lang/erlang/Makefile	Sun Nov 23 22:28:49 2014	(r373181)
+++ head/lang/erlang/Makefile	Sun Nov 23 22:31:04 2014	(r373182)
@@ -3,7 +3,7 @@
 
 PORTNAME=	erlang
 PORTVERSION=	17.3
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	3
 CATEGORIES=	lang parallel java
 MASTER_SITES=	http://www.erlang.org/download/:erlangorg		\
@@ -50,6 +50,8 @@ OPTIONS_DEFAULT=SMP OPENSSL THREADS SCTP
 ERL_RELEASE=	${PORTVERSION}
 
 USES=		gmake perl5
+USE_AUTOTOOLS=	autoconf:env
+USE_PERL5=	build
 USE_RC_SUBR=	epmd
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list