aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-03-24 22:55:34 +0800
committerrobak <robak@FreeBSD.org>2015-03-24 22:55:34 +0800
commitd0e6fffadb72626cda9a99b99b56237ee4e2cc7c (patch)
tree9f23f41ac55ab66a8b61364b604840275bf4c734 /x11
parent457287ce54798d7227203a9d4e66609d46252452 (diff)
downloadfreebsd-ports-gnome-d0e6fffadb72626cda9a99b99b56237ee4e2cc7c.tar.gz
freebsd-ports-gnome-d0e6fffadb72626cda9a99b99b56237ee4e2cc7c.tar.zst
freebsd-ports-gnome-d0e6fffadb72626cda9a99b99b56237ee4e2cc7c.zip
x11/libXrandr: add CPE information
- Maintainer's timeout (x11@FreeBSD.org) PR: 197962 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'x11')
-rw-r--r--x11/libXrandr/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile
index 99e610abb452..94317578be07 100644
--- a/x11/libXrandr/Makefile
+++ b/x11/libXrandr/Makefile
@@ -13,5 +13,8 @@ LICENSE= MIT
XORG_CAT= lib
USE_XORG= x11 randrproto:both xext xextproto xrender renderproto xproto:both
+USES+= cpe
+CPE_PRODUCT= libxrandr
+CPE_VENDOR= x
.include <bsd.port.mk>