diff options
author | cperciva <cperciva@FreeBSD.org> | 2006-05-28 03:38:48 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2006-05-28 03:38:48 +0800 |
commit | 7f0d707781e93b51f0e3686d9f6353a0b4779081 (patch) | |
tree | c56bb334e884d7bbc7da43fc6db315ca32b9cf59 /textproc | |
parent | 2365b57b6821b88c08fd276abc182e0bd19e871a (diff) | |
download | freebsd-ports-gnome-7f0d707781e93b51f0e3686d9f6353a0b4779081.tar.gz freebsd-ports-gnome-7f0d707781e93b51f0e3686d9f6353a0b4779081.tar.zst freebsd-ports-gnome-7f0d707781e93b51f0e3686d9f6353a0b4779081.zip |
Chase repomove: devel/p5-Encode -> converters/p5-Encode. This should
fix the INDEX build.
Reported by: Portsnap buildbox
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Petal-Mail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Petal-Mail/Makefile b/textproc/p5-Petal-Mail/Makefile index d4da873fa550..a65d32c504db 100644 --- a/textproc/p5-Petal-Mail/Makefile +++ b/textproc/p5-Petal-Mail/Makefile @@ -16,7 +16,7 @@ MAINTAINER= aaron@FreeBSD.org COMMENT= Format text e-mail using Petal BUILD_DEPENDS= ${SITE_PERL}/Petal.pm:${PORTSDIR}/textproc/p5-Petal \ - ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/devel/p5-Encode + ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Petal::Mail.3 |