svn commit: r336329 - head/multimedia/subtitleeditor

Emanuel Haupt ehaupt at FreeBSD.org
Fri Dec 13 09:49:39 UTC 2013


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 at 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
 


More information about the svn-ports-head mailing list