diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-20 15:12:29 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-20 15:12:29 +0000 |
commit | 053520453dc374b6c02b15ad78efd7e0e52867f6 (patch) | |
tree | 9715c5e142788fa00b976d2c5a75b984e005be15 /russian/wmcyrx | |
parent | 353346c8f2676860eb119c92298802aa94479b3a (diff) | |
download | ports-053520453dc374b6c02b15ad78efd7e0e52867f6.tar.gz ports-053520453dc374b6c02b15ad78efd7e0e52867f6.zip |
Notes
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> |