diff options
Diffstat (limited to 'russian/wmcyrx')
-rw-r--r-- | russian/wmcyrx/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/russian/wmcyrx/Makefile b/russian/wmcyrx/Makefile index a51d88305d6e..60310096dcee 100644 --- a/russian/wmcyrx/Makefile +++ b/russian/wmcyrx/Makefile @@ -18,12 +18,7 @@ COMMENT= The cyrillic keyboard layout manager for Window Maker USE_XPM= yes NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/wmcyrx2 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400012 MAKE_ENV+= COPT="${CXXFLAGS} -fpermissive" -.endif post-extract: @ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile @@ -31,4 +26,4 @@ post-extract: do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/cyrx2 ${PREFIX}/bin/wmcyrx2 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |