diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-05-24 07:00:49 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-05-24 07:00:49 +0000 |
commit | 3c1882a597294a00d0fe55657d4ea874aa188f79 (patch) | |
tree | 3812de60e166cc057f55d44cc84eb9742a5b3c0c | |
parent | 7132d897de91cea5340580938c94cda43f7f8c4e (diff) | |
download | ports-3c1882a597294a00d0fe55657d4ea874aa188f79.tar.gz ports-3c1882a597294a00d0fe55657d4ea874aa188f79.zip |
Notes
-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 |