diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-29 18:06:54 +0000 | 
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-29 18:06:54 +0000 | 
| commit | e5f6f28ed9c6fc4cffa69414a875f7b0fdb4a747 (patch) | |
| tree | 90ba727b6fd08d5e5700b06aafe2733617771dc9 | |
| parent | Update to 2.0.5. (diff) | |
- Update to 0.3.1.20090529
- Unbreak
PR:		135062
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
| -rw-r--r-- | games/flightgear-atlas/Makefile | 14 | ||||
| -rw-r--r-- | games/flightgear-atlas/distinfo | 6 | 
2 files changed, 10 insertions, 10 deletions
diff --git a/games/flightgear-atlas/Makefile b/games/flightgear-atlas/Makefile index 38ed90db1c54..f34353ecdc92 100644 --- a/games/flightgear-atlas/Makefile +++ b/games/flightgear-atlas/Makefile @@ -6,8 +6,7 @@  #  PORTNAME=	flightgear-atlas -PORTVERSION=	0.3.0.20080504 -PORTREVISION=	2 +PORTVERSION=	0.3.1.20090529  CATEGORIES=	games  MASTER_SITES=	http://contribs.martymac.com/FreeBSD-ports/distfiles/ \  		http://freebsd.unixfreunde.de/sources/ @@ -28,14 +27,15 @@ RUN_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \  USE_AUTOTOOLS=	aclocal:19 autoheader:262 automake:15 autoconf:262  AUTOMAKE_ARGS=	--add-missing -BROKEN=	does not build with simgear -  GNU_CONFIGURE=	yes  USE_XORG=	ice sm x11 xext xi xt xmu -USE_GL=	gl glu glut +USE_GL=		gl glu glut -CPPFLAGS=	-I${LOCALBASE}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS=	-L${LOCALBASE}/lib -L${LOCALBASE}/lib +CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ +		-DSG_GLUT_H='<GL/glut.h>' \ +		-DSG_GL_H='<GL/gl.h>' \ +		-DSTL_STRING='<string>' +LDFLAGS=	-L${LOCALBASE}/lib  CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"  CONFIGURE_ARGS=	--with-fgbase="${LOCALBASE}/share/FlightGear" diff --git a/games/flightgear-atlas/distinfo b/games/flightgear-atlas/distinfo index a042b7f9f17a..18652b2a68f8 100644 --- a/games/flightgear-atlas/distinfo +++ b/games/flightgear-atlas/distinfo @@ -1,3 +1,3 @@ -MD5 (Atlas-0.3.0.20080504.tar.gz) = a1e884dc3f75e82db7f7b2129cf074f2 -SHA256 (Atlas-0.3.0.20080504.tar.gz) = 8c4447debc1ad6bbd63622131179f3805d1bbda2a13e278a06f5e8fde03f2598 -SIZE (Atlas-0.3.0.20080504.tar.gz) = 133687 +MD5 (Atlas-0.3.1.20090529.tar.gz) = b14b8c8389b8dfeada50078967f6e9f1 +SHA256 (Atlas-0.3.1.20090529.tar.gz) = c08258e04328421912041278aea1f2cbc736d382d6bff5166e8417a8c2aabbeb +SIZE (Atlas-0.3.1.20090529.tar.gz) = 130667  | 
