diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-25 12:56:56 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-25 12:56:56 +0000 |
commit | 3580698ace693e3fa8ae6efd6422c8ffe0baf00b (patch) | |
tree | ad99a44fc9333277f421480a41cedfabda0182d3 | |
parent | Correct paths to fping out of the box (diff) |
x11/libXvMC: add CPE information
PR: 197967
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: kwm (blanket)
Notes
Notes:
svn path=/head/; revision=382210
-rw-r--r-- | x11/libXvMC/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libXvMC/Makefile b/x11/libXvMC/Makefile index 9d3ff4ae0cb7..92357b0e670c 100644 --- a/x11/libXvMC/Makefile +++ b/x11/libXvMC/Makefile @@ -11,5 +11,8 @@ COMMENT= X Video Extension Motion Compensation library XORG_CAT= lib USE_XORG= x11 xext xv xextproto videoproto:both xproto:both +USES+= cpe +CPE_PRODUCT= libxvmc +CPE_VENDOR= x .include <bsd.port.mk> |