summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 12:16:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 12:16:29 +0000
commita620b0086c0d3820643ef7263b2742dbfa270c0e (patch)
tree362b7d3db3257f9cdc99c183a84473604d3f124c
parentupdate to 5.2.0 (diff)
[PATCH] devel/SimGear: cleanup non-supported FreeBSD versions
- removed support to FreeBSD 4.x (EOL) PR: ports/111866 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Notes
Notes: svn path=/head/; revision=200729
-rw-r--r--devel/simgear/Makefile8
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>