diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 00:47:42 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 00:47:42 +0800 |
commit | e6353d0b3db307b860585f8ab426823ebe603cb0 (patch) | |
tree | 006d8263c256450d1533fb1effbde963c31ee3c0 /comms/o2sms | |
parent | 3c027b3dce2f4e990f09b0e5b44f4b086a58f8c8 (diff) | |
download | freebsd-ports-gnome-e6353d0b3db307b860585f8ab426823ebe603cb0.tar.gz freebsd-ports-gnome-e6353d0b3db307b860585f8ab426823ebe603cb0.tar.zst freebsd-ports-gnome-e6353d0b3db307b860585f8ab426823ebe603cb0.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'comms/o2sms')
-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 |