Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 09:34:37 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327465 - head/lang/erlang-runtime16
Message-ID:  <201309170934.r8H9YbDs021016@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep 17 09:34:36 2013
New Revision: 327465
URL: http://svnweb.freebsd.org/changeset/ports/327465

Log:
  Convert to new perl framework

Modified:
  head/lang/erlang-runtime16/Makefile

Modified: head/lang/erlang-runtime16/Makefile
==============================================================================
--- head/lang/erlang-runtime16/Makefile	Tue Sep 17 09:31:16 2013	(r327464)
+++ head/lang/erlang-runtime16/Makefile	Tue Sep 17 09:34:36 2013	(r327465)
@@ -52,6 +52,10 @@ OPTIONS_DEFAULT=SMP OPENSSL THREADS SCTP
 
 ERL_RELEASE=	R${PORTVERSION:S/.//g:U}
 
+USES=		gmake perl5
+USE_CSTD=	gnu89
+GNU_CONFIGURE=	yes
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
@@ -118,11 +122,6 @@ WX_UNICODE=	yes
 CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}
 .endif
 
-USE_GMAKE=	yes
-USE_CSTD=	gnu89
-USE_PERL5=	yes
-GNU_CONFIGURE=	yes
-
 .if ${PORT_OPTIONS:MODBC}
 CONFIGURE_ARGS+=--with-odbc
 .if ${PORT_OPTIONS:MUNIXODBC}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309170934.r8H9YbDs021016>