diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-12 02:53:17 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-12 02:53:17 +0000 |
commit | 9fa585248bea49f937dcffb3e1baa4f52802da3c (patch) | |
tree | b2719875f91633498c59b2f7c2cad494169145f3 /multimedia/subtitleeditor | |
parent | 30964a895f4f6162d06625ff800f67bc4e4778e4 (diff) |
Notes
Diffstat (limited to 'multimedia/subtitleeditor')
-rw-r--r-- | multimedia/subtitleeditor/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile index 026ff0cd5534..55fb43ba89dd 100644 --- a/multimedia/subtitleeditor/Makefile +++ b/multimedia/subtitleeditor/Makefile @@ -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> |