diff options
Diffstat (limited to 'graphics/geomview/Makefile')
-rw-r--r-- | graphics/geomview/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 12480164b7d2..e49244927392 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -42,12 +42,6 @@ MAKE_ENV= CPU=FreeBSD MAPLE_LIB=${MAPLE_LIB} AC_FAKE_FILES= aclocal.m4 config.h.in stamp-h stamp-h.in -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - post-configure: cd ${WRKSRC}; ${TOUCH} ${AC_FAKE_FILES} ${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${TOUCH} @@ -74,4 +68,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/html/pix/*.gif ${DOCSDIR}/html/pix .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |