diff options
Diffstat (limited to 'textproc/p5-Petal-Mail/Makefile')
-rw-r--r-- | textproc/p5-Petal-Mail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Petal-Mail/Makefile b/textproc/p5-Petal-Mail/Makefile index a694afc74c6f..ae319b6fffb4 100644 --- a/textproc/p5-Petal-Mail/Makefile +++ b/textproc/p5-Petal-Mail/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@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}/converters/p5-Encode +BUILD_DEPENDS= p5-Petal>=0:${PORTSDIR}/textproc/p5-Petal \ + p5-Encode>=0:${PORTSDIR}/converters/p5-Encode RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Petal::Mail.3 |