aboutsummaryrefslogtreecommitdiff
path: root/multimedia/subtitleeditor
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-03-12 02:53:17 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-03-12 02:53:17 +0000
commit9fa585248bea49f937dcffb3e1baa4f52802da3c (patch)
treeb2719875f91633498c59b2f7c2cad494169145f3 /multimedia/subtitleeditor
parent30964a895f4f6162d06625ff800f67bc4e4778e4 (diff)
downloadports-9fa585248bea49f937dcffb3e1baa4f52802da3c.tar.gz
ports-9fa585248bea49f937dcffb3e1baa4f52802da3c.zip
Notes
Diffstat (limited to 'multimedia/subtitleeditor')
-rw-r--r--multimedia/subtitleeditor/Makefile9
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>