From 08fd42a6ba4cfc15ec8814217e373f4372da0992 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 4 Oct 2007 06:10:15 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- sysutils/geomgui/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sysutils/geomgui') diff --git a/sysutils/geomgui/Makefile b/sysutils/geomgui/Makefile index 282dd29dd06..0f0b766a32a 100644 --- a/sysutils/geomgui/Makefile +++ b/sysutils/geomgui/Makefile @@ -31,8 +31,4 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/Makefile.in -.include -.if ${OSVERSION} < 500000 -IGNORE= requires GEOM which is only present on FreeBSD 5.x and above -.endif -.include +.include -- cgit