diff options
author | nivit <nivit@FreeBSD.org> | 2007-04-16 19:24:21 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-04-16 19:24:21 +0800 |
commit | b798b1c7e568e2dc38a2b77fd23f7a77ffc65960 (patch) | |
tree | e5d28550a75eff5db0c8fe19629543f27f671abb /audio/espeak | |
parent | 8a4520e922222fce0802d133252d54c318c54bab (diff) | |
download | freebsd-ports-graphics-b798b1c7e568e2dc38a2b77fd23f7a77ffc65960.tar.gz freebsd-ports-graphics-b798b1c7e568e2dc38a2b77fd23f7a77ffc65960.tar.zst freebsd-ports-graphics-b798b1c7e568e2dc38a2b77fd23f7a77ffc65960.zip |
- Cleanup non-supported FreeBSD versions
PR: ports/111652
Submitted by: edwin
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 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> |