svn commit: r422270 - head/emulators/mame

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 16 21:01:23 UTC 2016


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| ; \


More information about the svn-ports-head mailing list