diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-18 11:46:10 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-18 11:46:10 +0000 |
commit | c44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch) | |
tree | e6dd259a421e47b261f2bd597fcca9e4eec75ae0 /japanese/groff | |
parent | 06e0fcfad4fcd1229d0855aef4a391838f476cf3 (diff) |
Notes
Diffstat (limited to 'japanese/groff')
-rw-r--r-- | japanese/groff/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/japanese/groff/Makefile b/japanese/groff/Makefile index bb97223736a7..9172fe9d7345 100644 --- a/japanese/groff/Makefile +++ b/japanese/groff/Makefile @@ -87,11 +87,6 @@ pre-build: .endif .endif -# formatting groff.info requires texinfo 4.2 -.if ${OSVERSION} < 470000 -WITHOUT_INFO= yes -.endif - .if defined(WITHOUT_INFO) PLIST_SUB+= INFO="@comment " .else @@ -99,11 +94,6 @@ INFO= groff PLIST_SUB+= INFO="" .endif -# wchar.h is exist since 4.4-RELEASE -.if ${OSVERSION} < 440000 -WITHOUT_WCHAR_H= yes -.endif - POST_INSTALL_SEQ= install-links .if !defined(NOPORTDOCS) POST_INSTALL_SEQ+= install-documents |