aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-03-24 15:18:38 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2015-03-24 15:18:38 +0000
commit387175e5b7c7cb7dcfaed1f50db223be051cb257 (patch)
tree7421d4e9b62d26749981cc586f56575486ee0146 /x11
parent0ced60639ce3d87b12c706ca7587e39d59067e92 (diff)
downloadports-387175e5b7c7cb7dcfaed1f50db223be051cb257.tar.gz
ports-387175e5b7c7cb7dcfaed1f50db223be051cb257.zip
x11/libXinerama: add CPE information
- Maintainer's timeout (x11@FreeBSD.org) PR: 197959 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Notes
Notes: svn path=/head/; revision=382108
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>