aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-03-23 23:21:07 +0800
committerrobak <robak@FreeBSD.org>2015-03-23 23:21:07 +0800
commit92f0e193253b44e720383e7f706fa93ec11b7f3b (patch)
treeeb4ed5c9aff70a3ca61e380a80debfc6a7e76201 /x11
parent6ff495356a2229c33a421e06aaa33cb6a4e95612 (diff)
downloadfreebsd-ports-gnome-92f0e193253b44e720383e7f706fa93ec11b7f3b.tar.gz
freebsd-ports-gnome-92f0e193253b44e720383e7f706fa93ec11b7f3b.tar.zst
freebsd-ports-gnome-92f0e193253b44e720383e7f706fa93ec11b7f3b.zip
x11/libXfixes: add CPE information
- Maintainer's timeout (x11@FreeBSD.org) PR: 197736 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'x11')
-rw-r--r--x11/libXfixes/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile
index 14365d9d2c7c..a75917d5e56c 100644
--- a/x11/libXfixes/Makefile
+++ b/x11/libXfixes/Makefile
@@ -13,5 +13,8 @@ LICENSE= MIT
XORG_CAT= lib
USE_XORG= x11 fixesproto:both xproto:both xextproto
+USES+= cpe
+CPE_PRODUCT= libxfixes
+CPE_VENDOR= x
.include <bsd.port.mk>