diff options
Diffstat (limited to 'editors/dedit/Makefile')
-rw-r--r-- | editors/dedit/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index f459e8b012d8..2ed3765aede7 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -27,17 +27,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= dedit.1 MANLANG= "" ja -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - -pre-patch: +post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|dedit.ja.1||' post-install: ${INSTALL_MAN} ${WRKSRC}/doc/dedit.ja.1 ${MANPREFIX}/man/ja/man1/dedit.1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |