Date: Fri, 13 Dec 2013 09:49:39 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336329 - head/multimedia/subtitleeditor Message-ID: <201312130949.rBD9ndG6059886@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Dec 13 09:49:38 2013 New Revision: 336329 URL: http://svnweb.freebsd.org/changeset/ports/336329 Log: Support DragonflyBSD. Requested by: John Marino <freebsd.contact@marino.st> Modified: head/multimedia/subtitleeditor/Makefile Modified: head/multimedia/subtitleeditor/Makefile ============================================================================== --- head/multimedia/subtitleeditor/Makefile Fri Dec 13 09:34:40 2013 (r336328) +++ head/multimedia/subtitleeditor/Makefile Fri Dec 13 09:49:38 2013 (r336329) @@ -36,7 +36,7 @@ OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> -.if ${OSVERSION} >= 1000000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 BROKEN= Does not compile on FreeBSD 10.0 and later .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312130949.rBD9ndG6059886>