diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-30 09:09:37 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-30 09:42:18 +0000 |
commit | 7d8ec81482defebff538048f09994d9f074e749f (patch) | |
tree | aa624fe08a749ff95acdf9067287d8833676690c | |
parent | 681b3eb29e44ff7da3e17cd62700bc39fdda1bf1 (diff) |
devel/libpeas: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/libpeas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index d3dc2c223bb9..c27f60b9aa5c 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -24,10 +24,11 @@ LIB_DEPENDS+= libpeas-1.0.so:devel/libpeas PORTSCOUT= ignore:1 .endif -USES= gettext gnome meson pkgconfig tar:xz +USES= cpe gettext gnome meson pkgconfig tar:xz USE_GNOME= cairo gtk30 intlhack introspection USE_LDCONFIG= yes INSTALLS_ICONS= yes +CPE_VENDOR= gnome MESON_ARGS+= -Dglade_catalog=false PLIST= ${.CURDIR}/pkg-plist |