diff options
-rw-r--r-- | editors/richtext/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/richtext/Makefile b/editors/richtext/Makefile index 35f1e2e168cc..33b53d28adec 100644 --- a/editors/richtext/Makefile +++ b/editors/richtext/Makefile @@ -30,10 +30,4 @@ post-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rt ${PREFIX}/bin -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |