diff options
-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 b6e0c430762..76ad8ecbcce 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> |