diff options
author | skv <skv@FreeBSD.org> | 2006-05-24 15:00:49 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2006-05-24 15:00:49 +0800 |
commit | be036baed5508a9fbf1a89075a8eda8cee0213ae (patch) | |
tree | 4c131ae81290c396ed453d1c97d06a2409fc7adc /textproc | |
parent | 00d75c925969a07f07e7741b66670f6d3e115bdd (diff) | |
download | freebsd-ports-gnome-be036baed5508a9fbf1a89075a8eda8cee0213ae.tar.gz freebsd-ports-gnome-be036baed5508a9fbf1a89075a8eda8cee0213ae.tar.zst freebsd-ports-gnome-be036baed5508a9fbf1a89075a8eda8cee0213ae.zip |
Fix BUILD_DEPENDS
PR: ports/97205
Submitted by: leeym
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-RDF-Notation3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-RDF-Notation3/Makefile b/textproc/p5-RDF-Notation3/Makefile index 2757ff8d4a88..c7edfa430715 100644 --- a/textproc/p5-RDF-Notation3/Makefile +++ b/textproc/p5-RDF-Notation3/Makefile @@ -19,7 +19,7 @@ COMMENT= RDF Notation3 parser BUILD_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/RDF/Core.pm:${PORTSDIR}/textproc/p5-RDF-Core \ - ${SITE_PERL}/RDFStore.pm:${PORTSDIR}/textproc/p5-RDFStore + ${SITE_PERL}/${PERL_ARCH}/RDFStore.pm:${PORTSDIR}/textproc/p5-RDFStore RUN_DEPENDS= ${BUILD_DEPENDS} BROKEN= Broken dependency |