summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 09:17:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 09:17:40 +0000
commite0e2c5228a6690440b633c25b0c582a06dc91003 (patch)
tree7ae2b7f867c64787822b0e475abe322934da04e0 /textproc
parentUpdate to 7.15. (diff)
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81201
Diffstat (limited to 'textproc')
-rw-r--r--textproc/kbedic/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/kbedic/Makefile b/textproc/kbedic/Makefile
index 12990a0210cf..0a542c257bed 100644
--- a/textproc/kbedic/Makefile
+++ b/textproc/kbedic/Makefile
@@ -16,6 +16,12 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= todorov@freebsd-bg.org
COMMENT= An English-to-Bulgarian and Bulgarian-to-English dictionary
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
RUN_DEPENDS= ${DICT_DIR}/${DICT_CHECK}:${PORTSDIR}/textproc/bedic-data
DICT_CHECK?= buleng.dat
@@ -46,4 +52,4 @@ pre-fetch:
@${ECHO_MSG} "to the names of the dictionaries that the textproc/bedic-data port"
@${ECHO_MSG} "will install; refer to that port for more information."
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>