diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-25 16:04:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-25 16:04:51 +0000 |
commit | 6a4a487b2173334d3019f66dccea4997551b36b5 (patch) | |
tree | d2d106ae9053e57a54af1fa8db41ee4e0a6ee855 /russian/wmcyrx/Makefile | |
parent | 8aa535c5ec708bfd3f3e4986a12756f234f0c38b (diff) | |
download | ports-6a4a487b2173334d3019f66dccea4997551b36b5.tar.gz ports-6a4a487b2173334d3019f66dccea4997551b36b5.zip |
Notes
Diffstat (limited to 'russian/wmcyrx/Makefile')
-rw-r--r-- | russian/wmcyrx/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/russian/wmcyrx/Makefile b/russian/wmcyrx/Makefile index 040ad749986d..f798a4303857 100644 --- a/russian/wmcyrx/Makefile +++ b/russian/wmcyrx/Makefile @@ -20,10 +20,16 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm NO_INSTALL_MANPAGES= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 400012 +MAKE_ENV= COPT="-fpermissive" +.endif + post-extract: @ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/cyrx2 ${PREFIX}/bin/wmcyrx2 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |