aboutsummaryrefslogtreecommitdiffstats
path: root/portuguese/ispell-pt_BR
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-12-02 07:58:08 +0800
committerkris <kris@FreeBSD.org>2002-12-02 07:58:08 +0800
commit8ab9eda1745c379217a29137a5e3caaca80217f5 (patch)
tree871675e44b5913550d6ec6c1c7a01348d3e7a523 /portuguese/ispell-pt_BR
parent88fe7668233d2aa570916e0f1b12fd2c27b179a9 (diff)
downloadfreebsd-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/Makefile8
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>