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 /multimedia | |
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 'multimedia')
-rw-r--r-- | multimedia/zoneminder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/zoneminder/Makefile b/multimedia/zoneminder/Makefile index b7d30bbff939..c271dce5bc9f 100644 --- a/multimedia/zoneminder/Makefile +++ b/multimedia/zoneminder/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ avutil.1:${PORTSDIR}/multimedia/ffmpeg BUILD_DEPENDS= ${LOCALBASE}/bin/php-config:${PORTSDIR}/lang/php5-extensions \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-DBD-mysql${MYSQL_VER}>=0:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \ + p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ |