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 f5faf6c37b4a..87f121467b75 100644 --- a/comms/o2sms/Makefile +++ b/comms/o2sms/Makefile @@ -11,10 +11,10 @@ MASTER_SITES= CPAN/WWW/MACKERS \ MAINTAINER= ports@FreeBSD.org COMMENT= Send SMS messages via the websites of Irish mobile operators -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 +BUILD_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \ + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-Lingua-EN-Squeeze>=0:textproc/p5-Lingua-EN-Squeeze \ + p5-TestGen4Web-Runner>=0:www/p5-TestGen4Web-Runner RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |