aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-11-23 22:11:40 +0000
committerStefan Eßer <se@FreeBSD.org>2021-11-23 22:11:40 +0000
commit5933ac0b099d61d98eb531d373cf57a8927bc7af (patch)
treefc0ebf2ac7225dec2aa7f2a7b0efbb91919c1030 /databases/p5-DBD-mysql
parente2521329169c2867009b66984bc2988c9631f00f (diff)
downloadports-5933ac0b099d61d98eb531d373cf57a8927bc7af.tar.gz
ports-5933ac0b099d61d98eb531d373cf57a8927bc7af.zip
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
Diffstat (limited to 'databases/p5-DBD-mysql')
-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 45615e7f1bfd..7dff04f867a5 100644
--- a/databases/p5-DBD-mysql/Makefile
+++ b/databases/p5-DBD-mysql/Makefile
@@ -26,7 +26,7 @@ USE_PERL5= configure
CONFIGURE_ARGS= ${_CONFIGURE_ARGS_${CHOSEN_COMPILER_TYPE}}
_CONFIGURE_ARGS_gcc= --libs="-L${PREFIX}/lib/gcc${GCC_DEFAULT} `mysql_config --libs | ${SED} 's/-pthread //'`"
-CONFLICTS_INSTALL= p5-DBD-mysql[45][0-9]-[0-9]*
+CONFLICTS_INSTALL= p5-DBD-mysql[45][0-9]
OPTIONS_DEFINE= SSL
OPTIONS_DEFAULT= SSL