diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-11 12:34:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-11 12:34:55 +0000 |
commit | 2141fab55629b50b4daa9c2c1af7509254226ec3 (patch) | |
tree | c058a0af8bd43f3b4b2d08cf158cf612aa8bcf91 /textproc/nl-ispell | |
parent | a850d99e0fb53433051f9532fb34ad76dbb9b342 (diff) |
BROKEN: Install fails
Notes
Notes:
svn path=/head/; revision=106722
Diffstat (limited to 'textproc/nl-ispell')
-rw-r--r-- | textproc/nl-ispell/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/nl-ispell/Makefile b/textproc/nl-ispell/Makefile index e0dbbfa28339..8440e1a908f7 100644 --- a/textproc/nl-ispell/Makefile +++ b/textproc/nl-ispell/Makefile @@ -13,4 +13,6 @@ PORTVERSION= 1.0.0 PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../ispell +BROKEN= "Install fails" + .include "${MASTERDIR}/Makefile" |