diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:48:28 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:48:28 +0000 |
| commit | 3fcd0e41ded1b4e3f014c63e00cf2ee71fa39ad5 (patch) | |
| tree | 5ec4d6c8c02d380cf421717b2ce88beceb851e79 /databases/mariadb101-server | |
| parent | - Update to 17.3.0 (diff) | |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Diffstat (limited to 'databases/mariadb101-server')
| -rw-r--r-- | databases/mariadb101-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mariadb101-server/Makefile b/databases/mariadb101-server/Makefile index 66ca7f89bc96..2354ba4c5d7d 100644 --- a/databases/mariadb101-server/Makefile +++ b/databases/mariadb101-server/Makefile @@ -28,7 +28,7 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb101-client -USES= bison:build cmake compiler:c++11-lib cpe execinfo libedit ncurses \ +USES= bison:build cmake compiler:c++11-lib cpe libedit ncurses \ shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh |
