aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-03-24 14:31:47 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2015-03-24 14:31:47 +0000
commit17eb77ae8690b5ccd95c7b7f7249cb6f44843df3 (patch)
tree3a2127661077cdcebbb5672f37ccef6c367944bd /x11
parent1fd23985aad5dfe9fc0afd49d536ddee46da95dc (diff)
downloadports-17eb77ae8690b5ccd95c7b7f7249cb6f44843df3.tar.gz
ports-17eb77ae8690b5ccd95c7b7f7249cb6f44843df3.zip
x11/libXres: add CPE information
- Maintainer's timeout (x11@FreeBSD.org) PR: 197963 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Notes
Notes: svn path=/head/; revision=382105
Diffstat (limited to 'x11')
-rw-r--r--x11/libXres/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile
index a4f0a9fd7612..1db07b816f2d 100644
--- a/x11/libXres/Makefile
+++ b/x11/libXres/Makefile
@@ -13,5 +13,8 @@ LICENSE= MIT
XORG_CAT= lib
USE_XORG= x11 xext xextproto resourceproto xproto:both
+USES+= cpe
+CPE_PRODUCT= libxres
+CPE_VENDOR= x
.include <bsd.port.mk>