aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2012-03-01 07:35:54 +0800
committerpgollucci <pgollucci@FreeBSD.org>2012-03-01 07:35:54 +0800
commite90f447db0271fcd3f436b22f441c55592fe7709 (patch)
treeac57a926d32e4ffe6b3d4446d3d207403d3db8dd /databases
parenta3c50c255cd5502b42291ec2fbc21d40fde80634 (diff)
downloadfreebsd-ports-graphics-e90f447db0271fcd3f436b22f441c55592fe7709.tar.gz
freebsd-ports-graphics-e90f447db0271fcd3f436b22f441c55592fe7709.tar.zst
freebsd-ports-graphics-e90f447db0271fcd3f436b22f441c55592fe7709.zip
- fix an obvious typo in the RUN_DEPENDS spotted by pkgng
With Hat: perl@
Diffstat (limited to 'databases')
-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 778f6da6e5d..b14ca00e815 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>