diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2006-05-27 19:38:48 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2006-05-27 19:38:48 +0000 |
commit | 84071626d8c6a2e8588dc4733f74dbb563a1b0bf (patch) | |
tree | ba95d37c96c7a38da9e97a5dec6f19d2e22a137d /textproc | |
parent | 50d7cb77d0a5b38d512bef0f75cdc21abbcc1b27 (diff) |
Notes
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 |