summaryrefslogtreecommitdiff
path: root/portuguese/ispell-pt_BR/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-01 23:58:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-01 23:58:08 +0000
commit7f795bc3f1845c49bc3c77bd1c478d6ab6799d19 (patch)
tree364cb72312c2668263e2ae49720422d6db177eb2 /portuguese/ispell-pt_BR/Makefile
parentBROKEN: does not compile on 5.x (diff)
BROKEN: Does not build on 5.0
Notes
Notes: svn path=/head/; revision=71283
Diffstat (limited to '')
-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 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>