svn commit: r336325 - head/multimedia/subtitleeditor
Emanuel Haupt
ehaupt at FreeBSD.org
Fri Dec 13 08:28:10 UTC 2013
Author: ehaupt
Date: Fri Dec 13 08:28:09 2013
New Revision: 336325
URL: http://svnweb.freebsd.org/changeset/ports/336325
Log:
Mark broken on FreeBSD 10.0 and later.
Notified by: pkg-fallout
Modified:
head/multimedia/subtitleeditor/Makefile
Modified: head/multimedia/subtitleeditor/Makefile
==============================================================================
--- head/multimedia/subtitleeditor/Makefile Fri Dec 13 08:03:53 2013 (r336324)
+++ head/multimedia/subtitleeditor/Makefile Fri Dec 13 08:28:09 2013 (r336325)
@@ -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=""
More information about the svn-ports-all
mailing list