diff options
Diffstat (limited to 'comms/o2sms/Makefile')
-rw-r--r-- | comms/o2sms/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/o2sms/Makefile b/comms/o2sms/Makefile index fc2e7968a459..e75f8fdf3a1b 100644 --- a/comms/o2sms/Makefile +++ b/comms/o2sms/Makefile @@ -15,10 +15,10 @@ MASTER_SITE_SUBDIR= WWW/MACKERS MAINTAINER= sylvio@FreeBSD.org COMMENT= Send SMS messages via the websites of Irish mobile operators -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ - ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ - ${SITE_PERL}/Lingua/EN/Squeeze.pm:${PORTSDIR}/textproc/p5-Lingua-EN-Squeeze \ - ${SITE_PERL}/TestGen4Web/Runner.pm:${PORTSDIR}/www/p5-TestGen4Web-Runner +BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-Lingua-EN-Squeeze>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Squeeze \ + p5-TestGen4Web-Runner>=0:${PORTSDIR}/www/p5-TestGen4Web-Runner RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |