svn commit: r395518 - head/games/openclonk
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Aug 28 17:20:42 UTC 2015
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>
More information about the svn-ports-all
mailing list