aboutsummaryrefslogtreecommitdiff
path: root/sysutils/geomgui
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:10:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:10:15 +0000
commitcc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (patch)
tree6443da11a92be566759454b76c94714222a13560 /sysutils/geomgui
parent13441eac4bb7e0e8a50bd437681b05022e55146b (diff)
downloadports-cc82ac7af1a4b4743ab599432b8c7f24a774e0c8.tar.gz
ports-cc82ac7af1a4b4743ab599432b8c7f24a774e0c8.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200792
Diffstat (limited to 'sysutils/geomgui')
-rw-r--r--sysutils/geomgui/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/geomgui/Makefile b/sysutils/geomgui/Makefile
index 282dd29dd06b..0f0b766a32ab 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 <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= requires GEOM which is only present on FreeBSD 5.x and above
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>