diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 05:39:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 05:39:50 +0000 |
commit | 61c84d246ae44b9a7c11916fb21e666abd099ab6 (patch) | |
tree | 9c170d861a3c1eecc3650ff4adc5956146d32f2e /chinese/dictd | |
parent | - Unbreak on alpha (avoid -ffast-math) (diff) |
BROKEN: Does not patch
Notes
Notes:
svn path=/head/; revision=103840
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 d6135158d509..3c5beca66d8b 100644 --- a/chinese/dictd/Makefile +++ b/chinese/dictd/Makefile @@ -19,6 +19,8 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-index.c \ # ${ECHO_CMD} "bin/dictfmt" > ${PLIST} # ${CAT} ${MASTERDIR}/pkg-plist >> ${PLIST} +BROKEN= "Does not patch" + .include "${MASTERDIR}/Makefile" PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- |