diff options
author | zeising <zeising@FreeBSD.org> | 2019-02-18 02:59:30 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2019-02-18 02:59:30 +0800 |
commit | a7454477b9c10b621b44ab2cbfb69ca1b55b9368 (patch) | |
tree | feb7e043a72f390805ac9322dd874ae47c48fa19 /x11-fonts | |
parent | 996cee6168bce9095de96638675166d3f0695114 (diff) | |
download | freebsd-ports-gnome-a7454477b9c10b621b44ab2cbfb69ca1b55b9368.tar.gz freebsd-ports-gnome-a7454477b9c10b621b44ab2cbfb69ca1b55b9368.tar.zst freebsd-ports-gnome-a7454477b9c10b621b44ab2cbfb69ca1b55b9368.zip |
x11-fonts/xfs: Add CPE info
Add CPE info to xfs. Use x as vendor, since that's what's used through out
the ports tree. Looking at the NVD CPE database, both x and x.org seem to
be used.
PR: 211797 (based on)
Submitted by: shun
Sponsored by: B3 Init (zeising)
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/xfs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile index f3c0c3336206..9cced71c7759 100644 --- a/x11-fonts/xfs/Makefile +++ b/x11-fonts/xfs/Makefile @@ -9,7 +9,9 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org font server XORG_CAT= app -USES= gmake +USES= cpe gmake +CPE_VENDOR= x +CPE_PRODUCT= x_font_server USE_XORG= libfs xfont2 xorgproto xtrans USE_RC_SUBR= xfs CONFIGURE_ARGS= --without-xmlto --without-fop |