diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 05:23:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 05:23:51 +0000 |
commit | a1652d92aa0f910deaca8344dcd6ef3bf4ca9cf1 (patch) | |
tree | 5465142872967ec7dc483308b87124c7ad59cef5 /mail/pronto | |
parent | 7556d36a26e99f2c4e9a67005b547ceb9d81eb0b (diff) |
Notes
Diffstat (limited to 'mail/pronto')
-rw-r--r-- | mail/pronto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/pronto/Makefile b/mail/pronto/Makefile index 12c205fadfaa..f99eafd2ca60 100644 --- a/mail/pronto/Makefile +++ b/mail/pronto/Makefile @@ -35,4 +35,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysq RUN_DEPENDS= ${BUILD_DEPENDS} +USE_PERL5= yes + .include <bsd.port.mk> |