diff options
Diffstat (limited to 'textproc/ispell/Makefile')
-rw-r--r-- | textproc/ispell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 757cdb30d93c..c4a9509de16a 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -25,7 +25,7 @@ MAKE_FLAGS= TMPDIR=${WRKDIR} -f ALL_TARGET= BUILDHASH= ${WRKSRC}/buildhash -UNSQ= ${WRKSRC}/unsq +UNSQ?= ${WRKSRC}/unsq MUNCHLIST= ${WRKSRC}/munchlist DATADIR= ${PREFIX}/share/ispell |