diff options
author | robak <robak@FreeBSD.org> | 2015-03-24 15:18:38 +0000 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-24 15:18:38 +0000 |
commit | 0b492e0e3ce5bcdf0e7761a236498ed684419b36 (patch) | |
tree | 7421d4e9b62d26749981cc586f56575486ee0146 | |
parent | efd0cf7b1d5acea3eacd96320e00d17c42aae0d3 (diff) | |
download | FreeBSD-ports-0b492e0e3ce5bcdf0e7761a236498ed684419b36.zip FreeBSD-ports-0b492e0e3ce5bcdf0e7761a236498ed684419b36.tar.gz |
x11/libXinerama: add CPE information
- Maintainer's timeout (x11@FreeBSD.org)
PR: 197959
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
-rw-r--r-- | x11/libXinerama/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libXinerama/Makefile b/x11/libXinerama/Makefile index e82781c..011edd3 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> |