diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-20 16:13:19 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-20 16:13:19 +0000 |
commit | 1e308f5e77036f53044108ac7e0b5b0f0bc748dd (patch) | |
tree | 50451afb0e6196adea7f2fbba19137c5cc6ccac7 | |
parent | 2eb4dad3483dcb834f92ef837c825b785761f3c0 (diff) |
net/grilo: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | net/grilo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/grilo/Makefile b/net/grilo/Makefile index d66fe210e0f4..a4360d726336 100644 --- a/net/grilo/Makefile +++ b/net/grilo/Makefile @@ -16,8 +16,9 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ liboauth.so:net/liboauth \ libtotem-plparser.so:multimedia/totem-pl-parser -USES= gettext gnome localbase meson pathfix pkgconfig \ +USES= cpe gettext gnome localbase meson pathfix pkgconfig \ python:3.4+,build tar:xz +CPE_VENDOR= gnome USE_LDCONFIG= yes USE_GNOME= glib20 introspection:build libxml2 BINARY_ALIAS= python=${PYTHON_VERSION} |