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/xcyrBGR | |
parent | - Deprecate: irrelevant for supported FreeBSD releases (diff) |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter r-s
Diffstat (limited to 'russian/xcyrBGR')
-rw-r--r-- | russian/xcyrBGR/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/russian/xcyrBGR/Makefile b/russian/xcyrBGR/Makefile index c3ee4aadf434..3cf4cb44045a 100644 --- a/russian/xcyrBGR/Makefile +++ b/russian/xcyrBGR/Makefile @@ -18,11 +18,7 @@ COMMENT= The bulgarian cyrillic keyboard layout manager for X11 PLIST_FILES= bin/xcyrBGR USE_XPM= yes NO_INSTALL_MANPAGES= yes - -.include <bsd.port.pre.mk> -.if ${OSVERSION} >= 400012 MAKE_ENV= COPT="${CXXFLAGS} -fpermissive" -.endif post-extract: @ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile @@ -30,4 +26,4 @@ post-extract: do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xcyrBGR ${PREFIX}/bin/xcyrBGR -.include <bsd.port.post.mk> +.include <bsd.port.mk> |