diff options
| author | Kurt Jaeger <pi@FreeBSD.org> | 2024-08-18 10:56:52 +0200 |
|---|---|---|
| committer | Kurt Jaeger <pi@FreeBSD.org> | 2024-08-18 10:56:52 +0200 |
| commit | a1d43fa0be6f303b972b835bd66c616def6ba92d (patch) | |
| tree | f283108b9319b072fbaffd72d4e77a2bf39980a7 | |
| parent | databases/py-aiosql: Update to 11.0 (diff) | |
databases/pythoncego: fix build with correct LICENSE_FILE
Reported-by: arrowd
| -rw-r--r-- | databases/pythoncego/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pythoncego/Makefile b/databases/pythoncego/Makefile index 8d7387db72b8..def4f44f6607 100644 --- a/databases/pythoncego/Makefile +++ b/databases/pythoncego/Makefile @@ -9,7 +9,7 @@ COMMENT= Cego database support for Python WWW= https://www.lemke-it.com/ LICENSE= LGPL21+ -LICENSE_FILE= LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcego.so:databases/cego |
