diff options
Diffstat (limited to 'textproc/kbedic/Makefile')
-rw-r--r-- | textproc/kbedic/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/kbedic/Makefile b/textproc/kbedic/Makefile index b5069e8c02d7..566db4f8733f 100644 --- a/textproc/kbedic/Makefile +++ b/textproc/kbedic/Makefile @@ -17,9 +17,11 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= todorov@freebsd-bg.org COMMENT= An English-to-Bulgarian and Bulgarian-to-English dictionary +.if ${PORTNAME} == "kbedic" BROKEN= "fails to patch" DEPRECATED= ${BROKEN} EXPIRATION_DATE= 2005-02-17 +.endif RUN_DEPENDS= ${DICT_DIR}/${DICT_CHECK}:${PORTSDIR}/textproc/bedic-data |