diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 19:09:56 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:25 +0000 |
commit | a3a4cbbd655f55d41a85896d43d0730080526bea (patch) | |
tree | d1d83f044bce74dad0a5899a23bc3308669c28de | |
parent | 9ea8a13bc454bec1b4d076f65500ec77c6647b4d (diff) | |
download | ports-a3a4cbbd655f55d41a85896d43d0730080526bea.tar.gz ports-a3a4cbbd655f55d41a85896d43d0730080526bea.zip |
graphics/xv: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/xv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 041cb1f4ef54..5772c3c7a75b 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -21,9 +21,11 @@ LIB_DEPENDS= libtiff.so:graphics/tiff \ libpng.so:graphics/png \ libjasper.so:graphics/jasper -USES= imake jpeg xorg +USES= cpe imake jpeg xorg USE_XORG= xext x11 xt +CPE_VENDOR= xv_project + OPTIONS_DEFINE= M17N DOCS M17N_DESC= build with Multilingualization support |