diff options
author | mharo <mharo@FreeBSD.org> | 2001-09-22 13:24:19 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-09-22 13:24:19 +0800 |
commit | 94354f82445dfe03cb0c47069309274e3eb2111f (patch) | |
tree | 08cfd4790b9dc274985821342629c552944f7901 /mail | |
parent | 896f30fad3282a240b16255705cae7f0fc06d77f (diff) | |
download | freebsd-ports-gnome-94354f82445dfe03cb0c47069309274e3eb2111f.tar.gz freebsd-ports-gnome-94354f82445dfe03cb0c47069309274e3eb2111f.tar.zst freebsd-ports-gnome-94354f82445dfe03cb0c47069309274e3eb2111f.zip |
I forgot the dependency
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-QuoteWrap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/p5-Mail-QuoteWrap/Makefile b/mail/p5-Mail-QuoteWrap/Makefile index a3833a0620f5..a8b67cf6cbf7 100644 --- a/mail/p5-Mail-QuoteWrap/Makefile +++ b/mail/p5-Mail-QuoteWrap/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= mharo@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Format.pm:${PORTSDIR}/textproc/p5-Text-Format + PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |