diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-30 21:47:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-30 21:47:49 +0800 |
commit | b7c8dea644925a18c1183f0afaa651f12e316b57 (patch) | |
tree | ce0d8234f573858728718c9f2bc27dbf973ac390 /www | |
parent | d600e7bdf05528c6ccda1289160f7ea53ed6a4e6 (diff) | |
download | freebsd-ports-gnome-b7c8dea644925a18c1183f0afaa651f12e316b57.tar.gz freebsd-ports-gnome-b7c8dea644925a18c1183f0afaa651f12e316b57.tar.zst freebsd-ports-gnome-b7c8dea644925a18c1183f0afaa651f12e316b57.zip |
- Remove p5-Crypt-SSLeay from HTTPS option
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-libwww/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index ac5045f85ee0..1efcb9a8eb70 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -35,9 +35,7 @@ CONFIGURE_ARGS= --aliases USE_PERL5= configure USES= perl5 -HTTPS_BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https -HTTPS_RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https +HTTPS_BUILD_DEPENDS= p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https +HTTPS_RUN_DEPENDS= p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https .include <bsd.port.mk> |