aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 17:17:40 +0800
committerkris <kris@FreeBSD.org>2003-05-18 17:17:40 +0800
commit582f92c9eca70425ae44ed9b6c8c4d13d4653f14 (patch)
treeb1b01cae6762445daa69eb9b242b95b7c4f49049 /textproc
parentcbc5a09a070c6595aacc4c2638523f4a7666e567 (diff)
downloadfreebsd-ports-gnome-582f92c9eca70425ae44ed9b6c8c4d13d4653f14.tar.gz
freebsd-ports-gnome-582f92c9eca70425ae44ed9b6c8c4d13d4653f14.tar.zst
freebsd-ports-gnome-582f92c9eca70425ae44ed9b6c8c4d13d4653f14.zip
BROKEN on 5.1: does not compile
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>