aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-02-29 23:35:54 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-02-29 23:35:54 +0000
commit9b9b7ae711b811ea636cc8fd4eb69e37acafa0bb (patch)
treebb3bd861f3cf2013c8b46f2f5d96be598c3e36cc /databases/p5-DBD-mysql
parent00597c72db48c8e81ac18d21cc4d835bad8407a7 (diff)
downloadports-9b9b7ae711b811ea636cc8fd4eb69e37acafa0bb.tar.gz
ports-9b9b7ae711b811ea636cc8fd4eb69e37acafa0bb.zip
- fix an obvious typo in the RUN_DEPENDS spotted by pkgng
With Hat: perl@
Notes
Notes: svn path=/head/; revision=292461
Diffstat (limited to 'databases/p5-DBD-mysql')
-rw-r--r--databases/p5-DBD-mysql/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk>