diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/cdict5/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chinese/cdict5/Makefile b/chinese/cdict5/Makefile index a67699226604..289f902673f0 100644 --- a/chinese/cdict5/Makefile +++ b/chinese/cdict5/Makefile @@ -19,13 +19,16 @@ COMMENT= Chinese-English / English-Chinese dictionary LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm +DEPRECATED= cdict5-file.tgz does not exist anymore +EXPIRATION_DATE= 2005-12-29 + IGNOREFILES= cdict5-file.tgz .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/cdict5-file.tgz) -IGNORE= "You have to obtain 21st Century Dictionary v5.0 data files yourself" -.endif +#.if !exists(${DISTDIR}/cdict5-file.tgz) +#IGNORE= "You have to obtain 21st Century Dictionary v5.0 data files yourself" +#.endif USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |