From e90f447db0271fcd3f436b22f441c55592fe7709 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Wed, 29 Feb 2012 23:35:54 +0000 Subject: - fix an obvious typo in the RUN_DEPENDS spotted by pkgng With Hat: perl@ --- databases/p5-DBD-mysql/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index 778f6da6e5dc..b14ca00e8158 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -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 -- cgit