diff options
author | kris <kris@FreeBSD.org> | 2002-12-02 07:58:08 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-12-02 07:58:08 +0800 |
commit | 8ab9eda1745c379217a29137a5e3caaca80217f5 (patch) | |
tree | 871675e44b5913550d6ec6c1c7a01348d3e7a523 /portuguese/ispell-pt_BR | |
parent | 88fe7668233d2aa570916e0f1b12fd2c27b179a9 (diff) | |
download | freebsd-ports-graphics-8ab9eda1745c379217a29137a5e3caaca80217f5.tar.gz freebsd-ports-graphics-8ab9eda1745c379217a29137a5e3caaca80217f5.tar.zst freebsd-ports-graphics-8ab9eda1745c379217a29137a5e3caaca80217f5.zip |
BROKEN: Does not build on 5.0
Diffstat (limited to 'portuguese/ispell-pt_BR')
-rw-r--r-- | portuguese/ispell-pt_BR/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/portuguese/ispell-pt_BR/Makefile b/portuguese/ispell-pt_BR/Makefile index 2bcf934a802..241e5c1616c 100644 --- a/portuguese/ispell-pt_BR/Makefile +++ b/portuguese/ispell-pt_BR/Makefile @@ -18,4 +18,10 @@ BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell MAN1= conjugue.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 500000 +BROKEN= "Does not build on 5.0" +.endif + +.include <bsd.port.post.mk> |