diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:10:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:10:15 +0800 |
commit | 08fd42a6ba4cfc15ec8814217e373f4372da0992 (patch) | |
tree | 2bfa1b92e0b7e94dd901a1f482e54b22aec5571d /sysutils/geomgui | |
parent | 50ef8aeab64606f46790199997daf350fce5ea76 (diff) | |
download | freebsd-ports-graphics-08fd42a6ba4cfc15ec8814217e373f4372da0992.tar.gz freebsd-ports-graphics-08fd42a6ba4cfc15ec8814217e373f4372da0992.tar.zst freebsd-ports-graphics-08fd42a6ba4cfc15ec8814217e373f4372da0992.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'sysutils/geomgui')
-rw-r--r-- | sysutils/geomgui/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 <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> |