diff options
-rw-r--r-- | mail/sigit/Makefile | 1 | ||||
-rw-r--r-- | textproc/no-ispell/Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/mail/sigit/Makefile b/mail/sigit/Makefile index 3c3dae2e52c5..f91f1cf9cbc4 100644 --- a/mail/sigit/Makefile +++ b/mail/sigit/Makefile @@ -14,6 +14,7 @@ DISTNAME= Sigit-${PORTVERSION} MAINTAINER= petef@FreeBSD.org USE_REINPLACE= yes +USE_PERL5= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/sigit-${PORTVERSION} diff --git a/textproc/no-ispell/Makefile b/textproc/no-ispell/Makefile index 24005642c2ff..de6b649b3ce2 100644 --- a/textproc/no-ispell/Makefile +++ b/textproc/no-ispell/Makefile @@ -13,4 +13,6 @@ PORTVERSION= 2.0 PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../ispell +USE_PERL5= yes + .include "${MASTERDIR}/Makefile" |