diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-03-01 07:35:54 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-03-01 07:35:54 +0800 |
commit | e90f447db0271fcd3f436b22f441c55592fe7709 (patch) | |
tree | ac57a926d32e4ffe6b3d4446d3d207403d3db8dd /databases | |
parent | a3c50c255cd5502b42291ec2fbc21d40fde80634 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |