diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-09-29 03:10:13 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-09-29 03:10:13 +0000 |
commit | 754d79ef02a1fc6c73e0616fc7e6c0f6918cd5b2 (patch) | |
tree | b81da1333f3781681f6abbf638bf39949a8903f2 | |
parent | - Update to version 0.58. (diff) |
- Mark BROKEN on CURRENT [1]
- Chase graphics/cegui update [2]
- Bump PORTREVISION
Suggested by: linimon [1]
Forgotten by: oliver [2]
Notes
Notes:
svn path=/head/; revision=200306
-rw-r--r-- | graphics/crystalspace/Makefile | 7 |
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 |