diff options
Diffstat (limited to 'chinese/oicq/Makefile')
-rw-r--r-- | chinese/oicq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/oicq/Makefile b/chinese/oicq/Makefile index 3bd44d64ff01..fbc81093cd83 100644 --- a/chinese/oicq/Makefile +++ b/chinese/oicq/Makefile @@ -14,8 +14,8 @@ DISTNAME= Net-OICQ-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Implements OICQ messaging protocol -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/Crypt/OICQ.pm:${PORTSDIR}/security/p5-Crypt-OICQ +BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ + p5-Crypt-OICQ>=0:${PORTSDIR}/security/p5-Crypt-OICQ PERL_CONFIGURE= yes |