diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-18 21:15:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-18 21:15:13 +0000 |
commit | 66b4c686a12b1a6e52e999314cb0c7f87f263db9 (patch) | |
tree | 5478c2171380327b8aedf5461d50b5ef62a98788 /multimedia/subtitleeditor/Makefile | |
parent | f2c2dbd7ccb7d3c5e9d7fa955390d212486ccd23 (diff) | |
download | ports-66b4c686a12b1a6e52e999314cb0c7f87f263db9.tar.gz ports-66b4c686a12b1a6e52e999314cb0c7f87f263db9.zip |
- Mark BROKEN on FreeBSD 6.x
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=226387
Diffstat (limited to 'multimedia/subtitleeditor/Makefile')
-rw-r--r-- | multimedia/subtitleeditor/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile index e19c3fbba878..9f5c1c570496 100644 --- a/multimedia/subtitleeditor/Makefile +++ b/multimedia/subtitleeditor/Makefile @@ -32,8 +32,14 @@ LDFLAGS= -L${LOCALBASE}/lib PLIST_SUB= DESKTOPDIR="${DESKTOPDIR:S,^${PREFIX}/,,}" MAN1= subtitleeditor.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700043 +BROKEN= does not compile +.endif + post-patch: @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|strtoll|strtoq|g' ${WRKSRC}/plugins/subtitleformats/advancedsubstationalpha/advancedsubstationalpha.cc -.include <bsd.port.mk> +.include <bsd.port.post.mk> |