diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:53:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:53:45 +0000 |
commit | 81cd10f8d2bfe2ad25124f31d629351947acaa56 (patch) | |
tree | 742a328cb0389824bd34ff86bbf3e7ae02e3125a /math/cgal | |
parent | 5555d89b50c7710cb97fb22ca6af251e6404e404 (diff) | |
download | ports-81cd10f8d2bfe2ad25124f31d629351947acaa56.tar.gz ports-81cd10f8d2bfe2ad25124f31d629351947acaa56.zip |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200775
Diffstat (limited to 'math/cgal')
-rw-r--r-- | math/cgal/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index c0ee29532747..510847e45abb 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -32,12 +32,6 @@ PORTDOCS= * INVOKE= cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not build on FreeBSD 4.x -.endif - post-patch: @for d in ${WRKSRC}/include/CGAL ${WRKSRC}/examples ${WRKDIR}/doc_html/cgal_manual; do \ ${FIND} $$d -name '*.orig' -delete; \ @@ -76,4 +70,4 @@ cgal-install: ${FIND} * -type d -exec ${MKDIR} "${DST}/{}" \; && \ ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DST}/{}" \; -.include <bsd.port.post.mk> +.include <bsd.port.mk> |