diff options
Diffstat (limited to 'lang/p5-Expect/Makefile')
-rw-r--r-- | lang/p5-Expect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index c09e09a52aa8..3652964afa38 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -15,7 +15,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Perl module inspired by the Tcl version of Expect BUILD_DEPENDS= p5-IO-Tty>=1.03:${PORTSDIR}/devel/p5-IO-Tty -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |