diff options
-rw-r--r-- | devel/simgear/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index e2fa4f1b9ff3..5b812e8c0ba9 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -28,14 +28,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-jpeg-factory -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not build on FreeBSD 4.x -.endif - post-patch: @${REINPLACE_CMD} -e 's|-D_REENTRANT|${PTHREAD_CFLAGS}|' \ ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |