diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:55:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:55:43 +0000 |
commit | e15628ebf6a1fcfc276cffc40a3201aacba9138a (patch) | |
tree | 036c24888ef699a36a0db41d047b3d0e7e3acbc8 /textproc/p5-Lingua-Ispell/Makefile | |
parent | 68414c534d086cc747fcd0f7b6f77d79a7b9a560 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Lingua-Ispell/Makefile')
-rw-r--r-- | textproc/p5-Lingua-Ispell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Lingua-Ispell/Makefile b/textproc/p5-Lingua-Ispell/Makefile index fae37b691b35..2248ee013377 100644 --- a/textproc/p5-Lingua-Ispell/Makefile +++ b/textproc/p5-Lingua-Ispell/Makefile @@ -15,11 +15,11 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= A Perl module that encapsulates access to the Ispell program BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell -RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell +RUN_DEPENDS:= ${BUILD_DEPENDS} +REINPLACE_ARGS= -i '' USE_PERL5= configure USES= perl5 -REINPLACE_ARGS= -i '' MAN3= Lingua::Ispell.3 |