diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-06-27 01:24:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-06-27 01:24:25 +0800 |
commit | 30f992723bc7d48da1aee8584928055ef036acaa (patch) | |
tree | 68513f87f3a12dc5d5bc81d78e39c95d3a9aa03e | |
parent | 1b1ceba33c0129a6895769c3ef514aef1bcdb90d (diff) | |
download | freebsd-ports-gnome-30f992723bc7d48da1aee8584928055ef036acaa.tar.gz freebsd-ports-gnome-30f992723bc7d48da1aee8584928055ef036acaa.tar.zst freebsd-ports-gnome-30f992723bc7d48da1aee8584928055ef036acaa.zip |
- Use USES=mysql
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index ae4218d7d90f..bf0b0b77604d 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -20,9 +20,8 @@ TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep CONFLICTS_INSTALL?= p5-DBD-mysql[45][0-9]-[0-9]* -USE_MYSQL= yes USE_PERL5= configure -USES= perl5 +USES= mysql perl5 OPTIONS_DEFINE= SSL SSL_BUILD_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay |