diff options
author | flz <flz@FreeBSD.org> | 2005-12-05 10:59:29 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-12-05 10:59:29 +0000 |
commit | c07807265d58218453d2d559818b1541e31ecf3a (patch) | |
tree | c9da1bda82805ec97b9b8c21dee925bdb450113b /textproc | |
parent | 7069354a34915d3f6f76b1ed63ad29b248a589ce (diff) | |
download | FreeBSD-ports-c07807265d58218453d2d559818b1541e31ecf3a.zip FreeBSD-ports-c07807265d58218453d2d559818b1541e31ecf3a.tar.gz |
- Fix BUILD_DEPENDS after devel/p5-Class-MethodMaker update.
Noticed by: pointyhat via kris
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-RDF-Simple/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-RDF-Simple/Makefile b/textproc/p5-RDF-Simple/Makefile index 7f81be3..27753f4 100644 --- a/textproc/p5-RDF-Simple/Makefile +++ b/textproc/p5-RDF-Simple/Makefile @@ -7,7 +7,7 @@ PORTNAME= RDF-Simple PORTVERSION= 0.13 -# PORTREVISION= +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= RDF @@ -18,7 +18,7 @@ COMMENT= Read and write RDF without complication BUILD_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \ + ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} |