diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-12-05 10:59:29 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-12-05 10:59:29 +0000 |
commit | 4af89f857f86e28be1342edbd6c4ddac4576327b (patch) | |
tree | 9d061820d4645241511fa0d090e16886f80ab121 /textproc/p5-RDF-Simple | |
parent | f9a121e9a2b2e80bc29152cfcbc9fc4c8bbb4180 (diff) | |
download | ports-4af89f857f86e28be1342edbd6c4ddac4576327b.tar.gz ports-4af89f857f86e28be1342edbd6c4ddac4576327b.zip |
- Fix BUILD_DEPENDS after devel/p5-Class-MethodMaker update.
Noticed by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=150456
Diffstat (limited to 'textproc/p5-RDF-Simple')
-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 7f81be36402d..27753f461e24 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} |