diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-12-01 23:58:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-12-01 23:58:08 +0000 |
commit | 7f795bc3f1845c49bc3c77bd1c478d6ab6799d19 (patch) | |
tree | 364cb72312c2668263e2ae49720422d6db177eb2 /portuguese | |
parent | b0a4a1243fb6124774f569a611b80b862876c861 (diff) | |
download | ports-7f795bc3f1845c49bc3c77bd1c478d6ab6799d19.tar.gz ports-7f795bc3f1845c49bc3c77bd1c478d6ab6799d19.zip |
Notes
Diffstat (limited to 'portuguese')
-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 2bcf934a8023..241e5c1616c2 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> |