diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-08 20:11:17 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-08 20:53:32 +0000 |
commit | ef63689d853fdd53ba84be9bdf784c30fb01ff76 (patch) | |
tree | 8546be9c0867ae13bd498aad7d81481aecb74eaf | |
parent | ea3722159e94d7b78fc14ffb6bbd750ccef401c0 (diff) |
devel/glib20: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/glib20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index accbc2e037cb..f497fd1c9d2b 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libffi.so:devel/libffi \ # iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo) # (wchar_t is used by glibmm, rawtherapee triggered this) -USES= compiler:c11 gettext gnome iconv:wchar_t localbase:ldflags \ +USES= compiler:c11 cpe gettext gnome iconv:wchar_t localbase:ldflags \ meson perl5 pkgconfig python:3.6+ tar:xz USE_LDCONFIG= yes USE_PERL5= build @@ -31,6 +31,7 @@ MESON_ARGS= -Db_lundef=false \ -Dxattr=false BINARY_ALIAS= python3=${PYTHON_CMD} PORTSCOUT= limitw:1,even +CPE_VENDOR= gnome _LIBVERSION= 0.6800.4 PLIST_SUB= LIBVERSION=${_LIBVERSION} |