1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- fix an obvious typo in the RUN_DEPENDS spotted by pkgng

With Hat:   perl@
This commit is contained in:
Philip M. Gollucci 2012-02-29 23:35:54 +00:00
parent 00597c72db
commit 9b9b7ae711
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292461

View File

@ -35,7 +35,7 @@ OPTIONS= SSL "build with OpenSSL support" off
.if defined(WITH_SSL)
CONFIGURE_ARGS+= --ssl
RUN_DEPENDS+= p5-security/p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
RUN_DEPENDS+= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
.endif
.include <bsd.port.mk>