diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 16:26:53 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 16:26:53 +0200 |
commit | c93fc432607b3d173e8d7f75b91111b9545a0d0f (patch) | |
tree | 1fe395cc5b52507438bc7e65dfc6b9f26d1db87f /net/libgrss | |
parent | news/inn-current: 20211019 (diff) |
net/libgrss: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'net/libgrss')
-rw-r--r-- | net/libgrss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libgrss/Makefile b/net/libgrss/Makefile index 42584bf09e4e..a6a2d18fcf91 100644 --- a/net/libgrss/Makefile +++ b/net/libgrss/Makefile @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libxml2.so:textproc/libxml2 -USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz +USES= cpe gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz +CPE_VENDOR= gnome USE_GNOME= glib20 intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes |