diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:17:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:17:40 +0000 |
commit | e0e2c5228a6690440b633c25b0c582a06dc91003 (patch) | |
tree | 7ae2b7f867c64787822b0e475abe322934da04e0 /textproc/kbedic | |
parent | ba7f0475a6bfd8a064b21583cd187f5dd34a8175 (diff) | |
download | ports-e0e2c5228a6690440b633c25b0c582a06dc91003.tar.gz ports-e0e2c5228a6690440b633c25b0c582a06dc91003.zip |
BROKEN on 5.1: does not compile
Notes
Notes:
svn path=/head/; revision=81201
Diffstat (limited to 'textproc/kbedic')
-rw-r--r-- | textproc/kbedic/Makefile | 8 |
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> |