1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- Mark BROKEN on CURRENT [1]

- Chase graphics/cegui update [2]
- Bump PORTREVISION

Suggested by:	linimon [1]
Forgotten by:	oliver [2]
This commit is contained in:
Jose Alonso Cardenas Marquez 2007-09-29 03:10:13 +00:00
parent 6805b3fddc
commit 754d79ef02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200306

View File

@ -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