diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-24 09:40:01 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-24 09:40:01 +0000 |
commit | 1d6eb84e4ea7c97595ddb04813c80c764abbb614 (patch) | |
tree | 4c5ddac42af742ebbce42abb83424d033dd5bd71 /devel | |
parent | Add missed dependency. (diff) |
Fix a bug introduced in the previous commit.
Notes
Notes:
svn path=/head/; revision=68714
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index 242a228036e7..918c8f00bc95 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= shell@shellhung.org -BUILD_DEPENDS= ${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |