summaryrefslogtreecommitdiff
path: root/lang/p5-Expect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/p5-Expect/Makefile')
-rw-r--r--lang/p5-Expect/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile
index 814c268b3b52..ceb99eef7fb8 100644
--- a/lang/p5-Expect/Makefile
+++ b/lang/p5-Expect/Makefile
@@ -15,13 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= erwin@FreeBSD.org
COMMENT= Perl module inspired by the Tcl version of Expect
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Stty.pm:${PORTSDIR}/devel/p5-IO-Stty
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty \
+ ${SITE_PERL}/IO/Stty.pm:${PORTSDIR}/devel/p5-IO-Stty
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Expect.3
.include <bsd.port.mk>