aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-03-24 23:18:38 +0800
committerrobak <robak@FreeBSD.org>2015-03-24 23:18:38 +0800
commit0b492e0e3ce5bcdf0e7761a236498ed684419b36 (patch)
tree7421d4e9b62d26749981cc586f56575486ee0146 /x11
parentefd0cf7b1d5acea3eacd96320e00d17c42aae0d3 (diff)
downloadfreebsd-ports-gnome-0b492e0e3ce5bcdf0e7761a236498ed684419b36.tar.gz
freebsd-ports-gnome-0b492e0e3ce5bcdf0e7761a236498ed684419b36.tar.zst
freebsd-ports-gnome-0b492e0e3ce5bcdf0e7761a236498ed684419b36.zip
x11/libXinerama: add CPE information
- Maintainer's timeout (x11@FreeBSD.org) PR: 197959 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'x11')
-rw-r--r--x11/libXinerama/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libXinerama/Makefile b/x11/libXinerama/Makefile
index e82781c7f495..011edd366142 100644
--- a/x11/libXinerama/Makefile
+++ b/x11/libXinerama/Makefile
@@ -14,5 +14,8 @@ LICENSE= MIT
XORG_CAT= lib
USE_XORG= x11 xext xextproto xineramaproto:both
+USES+= cpe
+CPE_PRODUCT= libxinerama
+CPE_VENDOR= x
.include <bsd.port.mk>