diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 09:53:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 09:53:45 +0800 |
commit | 95e1b4adc3c217295ee0fb10edc368df8849ce34 (patch) | |
tree | 6212c15a36a0bd64fc1b3b0aa4e89010d9b60a69 /math/cgal/Makefile | |
parent | ec40c1b18590a321d5dbd5ebbd73bea024902e87 (diff) | |
download | freebsd-ports-gnome-95e1b4adc3c217295ee0fb10edc368df8849ce34.tar.gz freebsd-ports-gnome-95e1b4adc3c217295ee0fb10edc368df8849ce34.tar.zst freebsd-ports-gnome-95e1b4adc3c217295ee0fb10edc368df8849ce34.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'math/cgal/Makefile')
-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> |