diff options
author | robak <robak@FreeBSD.org> | 2015-03-24 14:31:47 +0000 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-24 14:31:47 +0000 |
commit | 457287ce54798d7227203a9d4e66609d46252452 (patch) | |
tree | 3a2127661077cdcebbb5672f37ccef6c367944bd | |
parent | aa64d4fd57c816584fe4a210baed391a11a1089d (diff) | |
download | FreeBSD-ports-457287ce54798d7227203a9d4e66609d46252452.zip FreeBSD-ports-457287ce54798d7227203a9d4e66609d46252452.tar.gz |
x11/libXres: add CPE information
- Maintainer's timeout (x11@FreeBSD.org)
PR: 197963
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
-rw-r--r-- | x11/libXres/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index a4f0a9f..1db07b8 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> |