diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-07 15:55:28 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-07 15:55:28 +0800 |
commit | 3eb8cf21a813a24200afe73bc941e88b17d9ba3c (patch) | |
tree | 36afa674508962f71e9b26e850b6bffa304f734f | |
parent | c3feae7c6bdf57b572c7962e576bdaade6d4f513 (diff) | |
download | freebsd-ports-gnome-3eb8cf21a813a24200afe73bc941e88b17d9ba3c.tar.gz freebsd-ports-gnome-3eb8cf21a813a24200afe73bc941e88b17d9ba3c.tar.zst freebsd-ports-gnome-3eb8cf21a813a24200afe73bc941e88b17d9ba3c.zip |
- fix dependency list
Noted by: 4.X INDEX broken mail
-rw-r--r-- | devel/p5-Class-InsideOut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Class-InsideOut/Makefile b/devel/p5-Class-InsideOut/Makefile index 49e310e7a516..7210055f8759 100644 --- a/devel/p5-Class-InsideOut/Makefile +++ b/devel/p5-Class-InsideOut/Makefile @@ -23,7 +23,7 @@ MAN3= Class::InsideOut::Manual::About.3 Class::InsideOut.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -RUN_DEPENDS+= ${LOCALBASE}/pod2man:${PORTSDIR}/textprocs/p5-podlators +RUN_DEPENDS+= ${LOCALBASE}/pod2man:${PORTSDIR}/textproc/p5-podlators .endif .if ${PERL_LEVEL} < 500703 |