diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 19:31:09 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 19:56:29 +0000 |
commit | 00bd6f016444cc0b8a26c117cc8620a4376c8e4a (patch) | |
tree | 6d3937c764a0c80694809f3513e7a16ac2c79cde | |
parent | 992e636d8a0b5f3e53643361538c470411dbf9a2 (diff) | |
download | ports-00bd6f016444cc0b8a26c117cc8620a4376c8e4a.tar.gz ports-00bd6f016444cc0b8a26c117cc8620a4376c8e4a.zip |
archivers/lzo2: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | archivers/lzo2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index a9efae23e451..16966d238995 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -13,10 +13,11 @@ COMMENT= Portable speedy, lossless data compression library LICENSE= GPLv2 -USES= libtool +USES= cpe libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --docdir=${DOCSDIR} --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig USE_LDCONFIG= yes +CPE_VENDOR= oberhumer OPTIONS_DEFINE= DOCS EXAMPLES |