diff options
author | olgeni <olgeni@FreeBSD.org> | 2016-08-31 21:32:20 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2016-08-31 21:32:20 +0800 |
commit | 1275d910525a4e49e6484a6902bfb9d8df024ba9 (patch) | |
tree | f4d7f4991baa168607b9cbacfbc7cb704dd3095b /textproc | |
parent | 4d95bd1ec3d3ece2432d97591dda6583e16adaf7 (diff) | |
download | freebsd-ports-gnome-1275d910525a4e49e6484a6902bfb9d8df024ba9.tar.gz freebsd-ports-gnome-1275d910525a4e49e6484a6902bfb9d8df024ba9.tar.zst freebsd-ports-gnome-1275d910525a4e49e6484a6902bfb9d8df024ba9.zip |
Unbreak textproc/erlang-fast_xml after devel/rebar downgrade.
Diffstat (limited to 'textproc')
-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 |