diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
commit | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (patch) | |
tree | 6443da11a92be566759454b76c94714222a13560 /sysutils/geomgui | |
parent | 13441eac4bb7e0e8a50bd437681b05022e55146b (diff) |
Notes
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 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> |