diff options
author | pav <pav@FreeBSD.org> | 2009-01-19 05:15:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-19 05:15:13 +0800 |
commit | 72da61f991cd2a459e2f429b354d6727aa4aacff (patch) | |
tree | 5f53d34a7d9bf1db2cb9b8930d3842d15a22c32d /multimedia | |
parent | 0b7e5575a46ebc0d872207d6505c6d977aa9cc12 (diff) | |
download | freebsd-ports-gnome-72da61f991cd2a459e2f429b354d6727aa4aacff.tar.gz freebsd-ports-gnome-72da61f991cd2a459e2f429b354d6727aa4aacff.tar.zst freebsd-ports-gnome-72da61f991cd2a459e2f429b354d6727aa4aacff.zip |
- Mark BROKEN on FreeBSD 6.x
Reported by: pointyhat
Diffstat (limited to 'multimedia')
-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> |