aboutsummaryrefslogtreecommitdiff
path: root/graphics/crystalspace
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-09-29 03:10:13 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-09-29 03:10:13 +0000
commit754d79ef02a1fc6c73e0616fc7e6c0f6918cd5b2 (patch)
treeb81da1333f3781681f6abbf638bf39949a8903f2 /graphics/crystalspace
parent6805b3fddc2a67b63f8b0ba33c30c3f515a4148a (diff)
downloadports-754d79ef02a1fc6c73e0616fc7e6c0f6918cd5b2.tar.gz
ports-754d79ef02a1fc6c73e0616fc7e6c0f6918cd5b2.zip
Notes
Diffstat (limited to 'graphics/crystalspace')
-rw-r--r--graphics/crystalspace/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile
index 8df9e34188c9..0ea75752631b 100644
--- a/graphics/crystalspace/Makefile
+++ b/graphics/crystalspace/Makefile
@@ -7,6 +7,7 @@
PORTNAME= crystalspace
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= crystal
@@ -24,7 +25,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
aa.1:${PORTSDIR}/graphics/aalib \
openal.0:${PORTSDIR}/audio/openal \
alut.1:${PORTSDIR}/audio/freealut \
- CEGUIBase.0:${PORTSDIR}/graphics/cegui
+ CEGUIBase.1:${PORTSDIR}/graphics/cegui
CONFLICTS= crystalspace-devel-[0-9]*
@@ -64,6 +65,10 @@ OPTIONS= DEBUG "Build with debugging information" off \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700000
+BROKEN= Some dependencies do not compile with gcc4
+.endif
+
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif