diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:16:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:16:55 +0000 |
commit | f330dfe827a183c7f5de95ce46a684f9ecd5f872 (patch) | |
tree | 564014dcac6b6fd642539166a53e65c9030dae6d /german | |
parent | This requires perl. (diff) |
Port needs perl to build.
Noticed by: bento
Diffstat (limited to 'german')
-rw-r--r-- | german/ispell-neu/Makefile | 1 | ||||
-rw-r--r-- | german/ispell/Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/german/ispell-neu/Makefile b/german/ispell-neu/Makefile index 9eba4bd41c03..024cfdbd48f2 100644 --- a/german/ispell-neu/Makefile +++ b/german/ispell-neu/Makefile @@ -13,6 +13,7 @@ MAINTAINER= alex@FreeBSD.org ISPELL_DENEU= yes MASTERDIR= ${.CURDIR}/../../textproc/ispell +USE_PERL5= yes .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" diff --git a/german/ispell/Makefile b/german/ispell/Makefile index f6fb92b08bab..c8878340c436 100644 --- a/german/ispell/Makefile +++ b/german/ispell/Makefile @@ -11,6 +11,8 @@ PKGNAMESUFFIX= -20001109 MAINTAINER= alex@FreeBSD.org +USE_PERL5= yes + ISPELL_DEALT= yes ISPELL_DENEU= yes MASTERDIR= ${.CURDIR}/../../textproc/ispell |