diff options
Diffstat (limited to 'chinese/oicq/Makefile')
-rw-r--r-- | chinese/oicq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/oicq/Makefile b/chinese/oicq/Makefile index fbc81093cd83..0893c0528a5d 100644 --- a/chinese/oicq/Makefile +++ b/chinese/oicq/Makefile @@ -17,7 +17,8 @@ COMMENT= Implements OICQ messaging protocol BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-Crypt-OICQ>=0:${PORTSDIR}/security/p5-Crypt-OICQ -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::OICQ.3 |