svn commit: r340829 - head/audio/festalon

Emanuel Haupt ehaupt at FreeBSD.org
Thu Jan 23 14:51:07 UTC 2014


Author: ehaupt
Date: Thu Jan 23 14:51:06 2014
New Revision: 340829
URL: http://svnweb.freebsd.org/changeset/ports/340829
QAT: https://qat.redports.org/buildarchive/r340829/

Log:
  audio/xmms-festalon and audio/festalon now build on 10.x amd64

Modified:
  head/audio/festalon/Makefile

Modified: head/audio/festalon/Makefile
==============================================================================
--- head/audio/festalon/Makefile	Thu Jan 23 14:32:34 2014	(r340828)
+++ head/audio/festalon/Makefile	Thu Jan 23 14:51:06 2014	(r340829)
@@ -28,8 +28,8 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} >= 1000000
-BROKEN=		does not build on FreeBSD 10.x and later
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+BROKEN_i386=	does not build on i386 FreeBSD 10.x and later
 .endif
 
 .if ${PKGNAMEPREFIX} == ""


More information about the svn-ports-all mailing list