diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-10-24 17:40:01 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-10-24 17:40:01 +0800 |
commit | 982c67669e137f1cbe0f52c01eb135434503cf33 (patch) | |
tree | 04769800278cc0dff76bef102fbad93f952b8c86 | |
parent | 93b233e790b427f743fd89fe289acc457e7a3908 (diff) | |
download | freebsd-ports-gnome-982c67669e137f1cbe0f52c01eb135434503cf33.tar.gz freebsd-ports-gnome-982c67669e137f1cbe0f52c01eb135434503cf33.tar.zst freebsd-ports-gnome-982c67669e137f1cbe0f52c01eb135434503cf33.zip |
Fix a bug introduced in the previous commit.
-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 |