diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-07 20:27:06 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-07 20:27:06 +0000 |
commit | 0541c990ffd707c91d3913d20af97a6f8bbe2a75 (patch) | |
tree | 31f9f38b17b5ccfd4baf08f1751ff02ed0f572a9 /devel/simgear/Makefile | |
parent | 3d5644ce35625cd3b2914803cc833dc31942ac3f (diff) | |
download | ports-0541c990ffd707c91d3913d20af97a6f8bbe2a75.tar.gz ports-0541c990ffd707c91d3913d20af97a6f8bbe2a75.zip |
Notes
Diffstat (limited to 'devel/simgear/Makefile')
-rw-r--r-- | devel/simgear/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index 62d25ce07395..7cef850a7d87 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -6,8 +6,7 @@ # PORTNAME= SimGear -PORTVERSION= 0.3.9 -PORTREVISION= 1 +PORTVERSION= 0.3.10 CATEGORIES= devel games MASTER_SITES= ftp://ftp.simgear.org/pub/simgear/Source/ \ ftp://ftp.de.flightgear.org/pub/simgear/Source/ @@ -21,7 +20,6 @@ LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_X_PREFIX= yes -USE_REINPLACE= yes USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ @@ -31,7 +29,7 @@ CONFIGURE_ARGS= --with-jpeg-factory .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -CFLAGS+= -O0 # optimizations cause a build failure +IGNORE= does not build on FreeBSD 4.x .endif post-patch: |