diff options
Diffstat (limited to 'games/spring/Makefile')
-rw-r--r-- | games/spring/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/spring/Makefile b/games/spring/Makefile index 0a6794329a48..11d3abea4824 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: spring -# Date created: 10 Jan 2008 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= spring PORTVERSION= 0.82.7.1 @@ -15,6 +11,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= amdmi3@FreeBSD.org COMMENT= A project aiming to create a new and versatile RTS Engine +BROKEN= Does not build with recent boost + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ IL.2:${PORTSDIR}/graphics/devil \ |