aboutsummaryrefslogtreecommitdiff
path: root/multimedia/subtitleeditor
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-12-13 08:28:09 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-12-13 08:28:09 +0000
commitf2c3d5e619f06e3e67ff3ca5ee6ee80ea1a944fd (patch)
tree5d220732ba7b64f85ec5619c879e9765abaca24b /multimedia/subtitleeditor
parent90c10ac02c9aa3868f4fe1561583f5129112a663 (diff)
downloadports-f2c3d5e619f06e3e67ff3ca5ee6ee80ea1a944fd.tar.gz
ports-f2c3d5e619f06e3e67ff3ca5ee6ee80ea1a944fd.zip
Notes
Diffstat (limited to 'multimedia/subtitleeditor')
-rw-r--r--multimedia/subtitleeditor/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile
index ea1f376e25bf..51dadfaf5590 100644
--- a/multimedia/subtitleeditor/Makefile
+++ b/multimedia/subtitleeditor/Makefile
@@ -36,6 +36,10 @@ OPTIONS_DEFINE= NLS
.include <bsd.port.options.mk>
+.if ${OSVERSION} >= 1000000
+BROKEN= Does not compile on FreeBSD 10.0 and later
+.endif
+
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""