Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2016 21:01:21 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422270 - head/emulators/mame
Message-ID:  <201609162101.u8GL1LSI007903@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 16 21:01:21 2016
New Revision: 422270
URL: https://svnweb.freebsd.org/changeset/ports/422270

Log:
  - Remove always false condition

Modified:
  head/emulators/mame/Makefile

Modified: head/emulators/mame/Makefile
==============================================================================
--- head/emulators/mame/Makefile	Fri Sep 16 20:16:04 2016	(r422269)
+++ head/emulators/mame/Makefile	Fri Sep 16 21:01:21 2016	(r422270)
@@ -60,10 +60,6 @@ EMULATOR=	${MSUBTARGET}
 .endif
 PLIST_SUB=	EMULATOR=${EMULATOR}
 
-.if ${OPSYS} == FreeBSD && ${OSREL:R} == 8
-BROKEN=		will not build on FreeBSD 8.x
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|^\(CC \)|#\1| ; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609162101.u8GL1LSI007903>