svn commit: r324745 - head/multimedia/mplayer

Alex Kozlov ak at FreeBSD.org
Wed Aug 14 22:52:45 UTC 2013


Author: ak
Date: Wed Aug 14 22:52:44 2013
New Revision: 324745
URL: http://svnweb.freebsd.org/changeset/ports/324745

Log:
  - Fix accidental breakage

Modified:
  head/multimedia/mplayer/Makefile

Modified: head/multimedia/mplayer/Makefile
==============================================================================
--- head/multimedia/mplayer/Makefile	Wed Aug 14 22:35:50 2013	(r324744)
+++ head/multimedia/mplayer/Makefile	Wed Aug 14 22:52:44 2013	(r324745)
@@ -48,6 +48,7 @@ CONFFILES=	example.conf input.conf menu.
 
 .if ${ARCH} == "sparc64"
 BROKEN=		Does not compile on sparc64
+.endif
 
 CONFIGURE_ARGS+=	--disable-arts \
 			--disable-directfb \


More information about the svn-ports-all mailing list