diff options
author | flo <flo@FreeBSD.org> | 2012-12-29 03:03:02 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-12-29 03:03:02 +0800 |
commit | c6d75b07d57ca1a9ec4bc2fd41ebcc3381c23106 (patch) | |
tree | 309a4825eb9e77cca3e3ad19e04af83d38d50d6f /net-mgmt/netdot | |
parent | e8efba527efae192b65a164516a0da16b92f559b (diff) | |
download | freebsd-ports-gnome-c6d75b07d57ca1a9ec4bc2fd41ebcc3381c23106.tar.gz freebsd-ports-gnome-c6d75b07d57ca1a9ec4bc2fd41ebcc3381c23106.tar.zst freebsd-ports-gnome-c6d75b07d57ca1a9ec4bc2fd41ebcc3381c23106.zip |
Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}
to just depend on databases/p5-DBD-mysql as that will handle the MYSQL_VER
magic.
This is required as only databases/p5-DBD-mysql supports mariadb-client and
the upcomming perconaXX-client.
Approved by: portmgr (bapt)
Initial patches by: pgollucci
Diffstat (limited to 'net-mgmt/netdot')
-rw-r--r-- | net-mgmt/netdot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netdot/Makefile b/net-mgmt/netdot/Makefile index 0b1f60562d59..218c5b82c8bd 100644 --- a/net-mgmt/netdot/Makefile +++ b/net-mgmt/netdot/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-libapreq2>=0:${PORTSDIR}/www/p5-libapreq2 \ p5-Apache-AuthCookie>=0:${PORTSDIR}/www/p5-Apache-AuthCookie \ p5-Apache2-SiteControl>=1.0:${PORTSDIR}/www/p5-Apache2-SiteControl \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-DBD-mysql${MYSQL_VER}>=0:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \ + p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ p5-SQL-Translator>=0.07:${PORTSDIR}/databases/p5-SQL-Translator \ p5-Class-DBI>=3.0.17:${PORTSDIR}/databases/p5-Class-DBI \ p5-Class-DBI-AbstractSearch>=0:${PORTSDIR}/databases/p5-Class-DBI-AbstractSearch \ |