diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-04-16 11:24:21 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-04-16 11:24:21 +0000 |
commit | 93176e16cdb37ae61304897c27387d9d4aad10da (patch) | |
tree | 7eb708de83cdbde310a837573f84ea3bf6941f60 /audio/espeak | |
parent | a7e7a172188459a70491c74ba8281942b0430d38 (diff) |
Notes
Diffstat (limited to 'audio/espeak')
-rw-r--r-- | audio/espeak/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index b6e0c4307627..76ad8ecbcce4 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -58,10 +58,4 @@ post-install: -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= requires iswdigit(3) -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |