aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-03-24 14:55:34 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2015-03-24 14:55:34 +0000
commita343d8aa747a5df1758777b82270a8b03af6efd5 (patch)
tree9f23f41ac55ab66a8b61364b604840275bf4c734 /x11
parent17eb77ae8690b5ccd95c7b7f7249cb6f44843df3 (diff)
downloadports-a343d8aa747a5df1758777b82270a8b03af6efd5.tar.gz
ports-a343d8aa747a5df1758777b82270a8b03af6efd5.zip
x11/libXrandr: add CPE information
- Maintainer's timeout (x11@FreeBSD.org) PR: 197962 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Notes
Notes: svn path=/head/; revision=382106
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>