diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2008-03-19 20:46:14 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2008-03-19 20:46:14 +0000 |
commit | 5d547c3cd39bdbc8a5979348f1fab12790ccefff (patch) | |
tree | f36cebf661226bd08857dc0bd069e1f8aa6bace0 /textproc | |
parent | 8a0263d32e4e6133982c8d5364c8deafc1626a75 (diff) | |
download | ports-5d547c3cd39bdbc8a5979348f1fab12790ccefff.tar.gz ports-5d547c3cd39bdbc8a5979348f1fab12790ccefff.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 1f76ceb956e0..8719a270dcd3 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ispell PORTVERSION?= 3.2.06 -PORTREVISION?= 19 +PORTREVISION?= 20 CATEGORIES+= textproc MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ \ http://distfiles.opendarwin.org/ @@ -95,6 +95,7 @@ EXTRA_DICT+= ${BRDISTFILE}:br EXTRACT_ONLY+= ${BRDISTFILE} .endif .if defined(ISPELL_DENEU) +BROKEN= igerman98-20071211/Makefile must be patched DENEUDISTFILE= igerman98-20071211.tar.bz2 MASTER_SITES+= http://www.j3e.de/ispell/igerman98/dict/:denu EXTRA_DICT+= ${DENEUDISTFILE}:denu |