diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 09:15:55 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 09:16:12 +0000 |
| commit | 2454254ee810dc893836ec79fdae9e7c41f06cf9 (patch) | |
| tree | 868eb3adc4d7671c0803fbde90058f4b0120545b | |
| parent | 22e244e025696b7bdf60fafe1b217f95b7fcf2d8 (diff) | |
x11/libXpm: Fix deprecated CPE_VENDOR
| -rw-r--r-- | x11/libXpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile index cbda5bce972a..04a601f6a8f6 100644 --- a/x11/libXpm/Makefile +++ b/x11/libXpm/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe localbase:ldflags tar:xz xorg xorg-cat:lib USE_XORG= xorgproto x11 xext xt -CPE_VENDOR= libxpm_project +CPE_VENDOR= x.org OPTIONS_DEFINE= NLS NLS_USES= gettext |
