svn commit: r317093 - head/x11/fireflies

Stefan Walter stefan at FreeBSD.org
Thu May 2 10:43:54 UTC 2013


Author: stefan
Date: Thu May  2 10:43:53 2013
New Revision: 317093
URL: http://svnweb.freebsd.org/changeset/ports/317093

Log:
  Mark as BROKEN: does not compile when graphics/png is installed.
  
  PR:		176666
  Submitted by:	sbruno

Modified:
  head/x11/fireflies/Makefile

Modified: head/x11/fireflies/Makefile
==============================================================================
--- head/x11/fireflies/Makefile	Thu May  2 10:08:24 2013	(r317092)
+++ head/x11/fireflies/Makefile	Thu May  2 10:43:53 2013	(r317093)
@@ -14,6 +14,8 @@ MASTER_SITES=	http://somewhere.fscked.or
 MAINTAINER=	umeno at rr.iij4u.or.jp
 COMMENT=	Extension of xscreensaver
 
+BROKEN=		does not compile when graphics/png is installed (see ports/176666)
+
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_GL=		yes


More information about the svn-ports-all mailing list