git: c2e240b22798 - main - devel/zziplib: Fix SDL option
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 25 20:37:24 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c2e240b22798a6b8509d01e4faf749bb61a1631c
commit c2e240b22798a6b8509d01e4faf749bb61a1631c
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-25 20:12:01 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-25 20:35:09 +0000
devel/zziplib: Fix SDL option
---
devel/zziplib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/zziplib/Makefile b/devel/zziplib/Makefile
index d158a4302372..eeb801345484 100644
--- a/devel/zziplib/Makefile
+++ b/devel/zziplib/Makefile
@@ -37,7 +37,7 @@ MANPAGES_USES= python:3.6+,build shebangfix
MANPAGES_VARS= SHEBANG_GLOB=*.py
SDL_CMAKE_BOOL= ZZIPSDL
SDL_USE= SDL=sdl2
-SDL_USES= libtool:ldflags sdl
+SDL_USES= localbase:ldflags pkgconfig sdl
TEST_BUILD_DEPENDS= zip:archivers/zip
TEST_CMAKE_BOOL= BUILD_TESTS ZZIPTEST
TEST_CMAKE_BOOL_OFF= ZZIP_TESTCVE
More information about the dev-commits-ports-all
mailing list