Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2015 17:20:42 +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: r395518 - head/games/openclonk
Message-ID:  <201508281720.t7SHKg2Z086977@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Aug 28 17:20:41 2015
New Revision: 395518
URL: https://svnweb.freebsd.org/changeset/ports/395518

Log:
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/games/openclonk/Makefile

Modified: head/games/openclonk/Makefile
==============================================================================
--- head/games/openclonk/Makefile	Fri Aug 28 17:08:40 2015	(r395517)
+++ head/games/openclonk/Makefile	Fri Aug 28 17:20:41 2015	(r395518)
@@ -21,6 +21,8 @@ LIB_DEPENDS=	libboost_thread.so:${PORTSD
 		libpng.so:${PORTSDIR}/graphics/png \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis
 
+BROKEN_FreeBSD_9=	does not build (lack of proper c++11 support)
+
 USES=		compiler:c++11-lib cmake desktop-file-utils jpeg pkgconfig tar:bzip2
 USE_GL=		glew
 USE_GNOME=	gtk20
@@ -28,14 +30,8 @@ USE_SDL=	sdl mixer
 USE_XORG=	x11 xpm
 INSTALLS_ICONS=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1000024
-BROKEN=		does not build (lack of proper c++11 support)
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|DESTINATION games|DESTINATION bin|' \
 		${WRKSRC}/CMakeLists.txt
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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