aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-03-25 21:11:42 +0800
committerrobak <robak@FreeBSD.org>2015-03-25 21:11:42 +0800
commita3dc7eba8769c4501af32b65a004ca27bd336786 (patch)
tree276c37941ebc3e2ff39b5ef647b9bc22f59a5e53 /x11
parentbc446e773692ee055d738f066f05197003bb9cf0 (diff)
downloadfreebsd-ports-gnome-a3dc7eba8769c4501af32b65a004ca27bd336786.tar.gz
freebsd-ports-gnome-a3dc7eba8769c4501af32b65a004ca27bd336786.tar.zst
freebsd-ports-gnome-a3dc7eba8769c4501af32b65a004ca27bd336786.zip
x11/libXxf86dga: add CPE information
PR: 197968 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: kwm (blanket)
Diffstat (limited to 'x11')
-rw-r--r--x11/libXxf86dga/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libXxf86dga/Makefile b/x11/libXxf86dga/Makefile
index 316a86feeffa..4229ec63de73 100644
--- a/x11/libXxf86dga/Makefile
+++ b/x11/libXxf86dga/Makefile
@@ -13,5 +13,8 @@ LICENSE= MIT
XORG_CAT= lib
USE_XORG= xproto x11 xextproto xext xf86dgaproto:both
+USES+= cpe
+CPE_PRODUCT= libxxf86dga
+CPE_VENDOR= x
.include <bsd.port.mk>