diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2016-08-31 13:32:20 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2016-08-31 13:32:20 +0000 |
commit | c8ac3eba66ec9ec0c59e47e47007517b9f5f9a06 (patch) | |
tree | f4d7f4991baa168607b9cbacfbc7cb704dd3095b | |
parent | Revert upgrade of devel/rebar to version 2.6.3 (r420961). (diff) |
Unbreak textproc/erlang-fast_xml after devel/rebar downgrade.
Notes
Notes:
svn path=/head/; revision=421165
-rw-r--r-- | textproc/erlang-fast_xml/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/erlang-fast_xml/Makefile b/textproc/erlang-fast_xml/Makefile index bfcc5a97357f..69a434d75387 100644 --- a/textproc/erlang-fast_xml/Makefile +++ b/textproc/erlang-fast_xml/Makefile @@ -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 |