svn commit: r421165 - head/textproc/erlang-fast_xml

Jimmy Olgeni olgeni at FreeBSD.org
Wed Aug 31 13:32:21 UTC 2016


Author: olgeni
Date: Wed Aug 31 13:32:20 2016
New Revision: 421165
URL: https://svnweb.freebsd.org/changeset/ports/421165

Log:
  Unbreak textproc/erlang-fast_xml after devel/rebar downgrade.

Modified:
  head/textproc/erlang-fast_xml/Makefile

Modified: head/textproc/erlang-fast_xml/Makefile
==============================================================================
--- head/textproc/erlang-fast_xml/Makefile	Wed Aug 31 13:31:00 2016	(r421164)
+++ head/textproc/erlang-fast_xml/Makefile	Wed Aug 31 13:32:20 2016	(r421165)
@@ -22,8 +22,6 @@ ERL_RUN_DEPS:=	${ERL_BUILD_DEPS}
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -l expat
 
-BROKEN=		does not build with latest devel/rebar
-
 pre-install:
 	${STRIP_CMD} ${WRKSRC}/priv/lib/*.so
 


More information about the svn-ports-all mailing list