View | Details | Raw Unified | Return to bug 131613
Collapse All | Expand All

(-)devel/simgear/Makefile (-1 / +6 lines)
Lines 19-27 Link Here
19
LIB_DEPENDS=	openal.0:${PORTSDIR}/audio/openal \
19
LIB_DEPENDS=	openal.0:${PORTSDIR}/audio/openal \
20
		jpeg.9:${PORTSDIR}/graphics/jpeg \
20
		jpeg.9:${PORTSDIR}/graphics/jpeg \
21
		alut.1:${PORTSDIR}/audio/freealut \
21
		alut.1:${PORTSDIR}/audio/freealut \
22
		osg.48:${PORTSDIR}/graphics/osg \
23
		boost_thread.4:${PORTSDIR}/devel/boost
22
		boost_thread.4:${PORTSDIR}/devel/boost
24
23
24
.if defined(WITH_OSG_DEVEL)
25
LIB_DEPENDS+=	osg.54:${PORTSDIR}/graphics/osg-devel
26
.else
27
LIB_DEPENDS+=	osg.48:${PORTSDIR}/graphics/osg
28
.endif
29
25
USE_XORG=	ice sm x11 xext xi xt xmu
30
USE_XORG=	ice sm x11 xext xi xt xmu
26
USE_GL=		gl glu glut
31
USE_GL=		gl glu glut
27
GNU_CONFIGURE=	yes
32
GNU_CONFIGURE=	yes
(-)games/flightgear/Makefile (-1 / +6 lines)
Lines 22-28 Link Here
22
COMMENT=	The FlightGear flight simulator
22
COMMENT=	The FlightGear flight simulator
23
23
24
LIB_DEPENDS=	openal.0:${PORTSDIR}/audio/openal \
24
LIB_DEPENDS=	openal.0:${PORTSDIR}/audio/openal \
25
		osg.48:${PORTSDIR}/graphics/osg \
26
		boost_thread.4:${PORTSDIR}/devel/boost
25
		boost_thread.4:${PORTSDIR}/devel/boost
27
BUILD_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
26
BUILD_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
28
		${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear
27
		${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear
Lines 30-35 Link Here
30
		${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear \
29
		${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear \
31
		${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data
30
		${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data
32
31
32
.if defined(WITH_OSG_DEVEL)
33
LIB_DEPENDS+=	osg.54:${PORTSDIR}/graphics/osg-devel
34
.else
35
LIB_DEPENDS+=	osg.48:${PORTSDIR}/graphics/osg
36
.endif
37
33
USE_XORG=	ice sm x11 xext xi xt xmu
38
USE_XORG=	ice sm x11 xext xi xt xmu
34
USE_GL=		gl glu glut
39
USE_GL=		gl glu glut
35
USE_GMAKE=	yes
40
USE_GMAKE=	yes

Return to bug 131613