diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 19:32:04 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:27 +0000 |
commit | 63621514f08a3a7ee506c274f3d74888412ee0a7 (patch) | |
tree | 9af3ebabe7d8c6e39ec80dbe0be4c5ab7a6ec6c4 | |
parent | f8fc67fe964c751f58ed28986f1fc36775a96193 (diff) | |
download | ports-63621514f08a3a7ee506c274f3d74888412ee0a7.tar.gz ports-63621514f08a3a7ee506c274f3d74888412ee0a7.zip |
devel/libsoup: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/libsoup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index d68635fc6f7f..680e1b4748a5 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -17,11 +17,12 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libpsl.so:dns/libpsl RUN_DEPENDS= glib-networking>=2.29.18:net/glib-networking -USES= gettext gnome localbase meson \ +USES= cpe gettext gnome localbase meson \ pkgconfig python:3.6+,build sqlite ssl tar:xz USE_GNOME= glib20 intlhack introspection:build \ libxml2 USE_LDCONFIG= yes +CPE_VENDOR= gnome OPTIONS_DEFINE= SMB OPTIONS_SINGLE= GSSAPI |