aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-20 10:42:10 +0800
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-20 10:42:10 +0800
commit42c29b43170fb29d86077839e7d6a453f30d9ddd (patch)
treec830fa747342b9c013ed8b2587109db459f7463c
parent2f8d3b63695effeb435dbf54753a367cc3194d4b (diff)
downloadfreebsd-ports-42c29b43170fb29d86077839e7d6a453f30d9ddd.tar.gz
freebsd-ports-42c29b43170fb29d86077839e7d6a453f30d9ddd.tar.zst
freebsd-ports-42c29b43170fb29d86077839e7d6a453f30d9ddd.zip
- fix dependency.
Noted by: portsnap
Notes
Notes: svn path=/head/; revision=168297
-rw-r--r--net/p5-Net-DAV-Server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-DAV-Server/Makefile b/net/p5-Net-DAV-Server/Makefile
index 41b6e4262d2e..c63eb29158b8 100644
--- a/net/p5-Net-DAV-Server/Makefile
+++ b/net/p5-Net-DAV-Server/Makefile
@@ -41,7 +41,7 @@ RUN_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.if ${PERL_LEVEL} < 500701
-RUN_DEPENDS+= ${SITE_PERL}/Encode.pm:${PORTSDIR}/devel/p5-Encode
+RUN_DEPENDS+= ${SITE_PERL}/Encode.pm:${PORTSDIR}/converters/p5-Encode
.endif
.include <bsd.port.post.mk>