diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-07 00:12:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-07 00:12:29 +0000 |
commit | 488b2131831ae04c9871c69e45a79e378dbc4bf7 (patch) | |
tree | b3fd8f063fd877cf92b7c9c5856691f8fc8aafd7 /chinese/dictd | |
parent | 10dd0a6b4815105a91d553a547faf3e8f9a4a27e (diff) | |
download | ports-488b2131831ae04c9871c69e45a79e378dbc4bf7.tar.gz ports-488b2131831ae04c9871c69e45a79e378dbc4bf7.zip |
BROKEN: Does not compile
Notes
Notes:
svn path=/head/; revision=80309
Diffstat (limited to 'chinese/dictd')
-rw-r--r-- | chinese/dictd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/dictd/Makefile b/chinese/dictd/Makefile index 6abec4ab7c0b..d18ef5f37a8d 100644 --- a/chinese/dictd/Makefile +++ b/chinese/dictd/Makefile @@ -15,6 +15,8 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-index.c \ ${.CURDIR}/files/patch-dictfmt.c \ ${.CURDIR}/files/patch-Makefile.in +BROKEN= "Does not compile" + pre-install: ${ECHO} "bin/dictfmt" > ${PLIST} ${CAT} ${MASTERDIR}/pkg-plist >> ${PLIST} |