diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:01:18 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:43:06 +0000 |
| commit | 05bc552cd8afbd2db8559455464a67d6eb2f3f06 (patch) | |
| tree | 0a8b094ccd2109b832d5e8d635f299d5b4de65f1 | |
| parent | 1fb063eb57ccf581bf452525ddf378987bf65485 (diff) | |
graphics/libsixel: Fix deprecated CPE_VENDOR
| -rw-r--r-- | graphics/libsixel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libsixel/Makefile b/graphics/libsixel/Makefile index 7531dcfd4d39..c48382c294fd 100644 --- a/graphics/libsixel/Makefile +++ b/graphics/libsixel/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/saitoha/libsixel LICENSE= MIT USES= cpe libtool pkgconfig -CPE_VENDOR= ${PORTNAME}_project +CPE_VENDOR= saitoha USE_LDCONFIG= yes GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share |
