diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-30 05:19:03 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-30 05:19:03 +0000 |
commit | 2bcd791dc7c6338329aa9186e813b52781fe68fe (patch) | |
tree | c6c0f17e4beb9cc10dc2dee334cb594613c5b89d /databases/ateam_mysql57_ldap_auth/Makefile | |
parent | fde94d845f070f834e2abd982124e35020757e3f (diff) | |
download | ports-2bcd791dc7c6338329aa9186e813b52781fe68fe.tar.gz ports-2bcd791dc7c6338329aa9186e813b52781fe68fe.zip |
*/*: Cleanup pointers to EOL mariadb103
Although mariadb103 is EOL there were some pointers to this version, so
cleanup the necessaries.
Approved by: portmgr (blanket)
Diffstat (limited to 'databases/ateam_mysql57_ldap_auth/Makefile')
-rw-r--r-- | databases/ateam_mysql57_ldap_auth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ateam_mysql57_ldap_auth/Makefile b/databases/ateam_mysql57_ldap_auth/Makefile index cbb898070007..97c739df0ed3 100644 --- a/databases/ateam_mysql57_ldap_auth/Makefile +++ b/databases/ateam_mysql57_ldap_auth/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/ateamsystems/ateam_mysql_ldap_auth LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -IGNORE_WITH_MYSQL= 80 103m +IGNORE_WITH_MYSQL= 80 LIB_DEPENDS= libconfig.so:devel/libconfig |