1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

- Remove remaining pcre-utf8 chaff

This commit is contained in:
Andrew Pantyukhin 2007-03-12 02:53:17 +00:00
parent 30964a895f
commit 9fa585248b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187183

View File

@ -36,13 +36,4 @@ post-patch:
@${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|strtoll|std::strtoll|g' ${WRKSRC}/src/SubtitleASS.cc
pre-configure::
@${ECHO_MSG} ""
@${ECHO_MSG} "This ports need pcre with utf-8 support. If you already"
@${ECHO_MSG} "have pcre installed, you may need to run"
@${ECHO_MSG} "# portupgrade -fo devel/pcre-utf8 pcre"
@${ECHO_MSG} "for this port to build"
@${ECHO_MSG} ""
@sleep 2
.include <bsd.port.mk>