svn commit: r327465 - head/lang/erlang-runtime16

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 17 09:34:37 UTC 2013


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}


More information about the svn-ports-all mailing list