diff options
-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 |