diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 19:09:19 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 19:17:12 +0000 |
commit | 96f1ca41be89daf266f00ec90fc55406a97ff9ae (patch) | |
tree | 51532dda8d8bb2c99ba00abb5fe077bd910b22ef | |
parent | c658f9e0759646187be7be9102859eca9965978a (diff) |
archivers/rpm4: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | archivers/rpm4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index f4ef3ed5d34f..b34e6aadd90c 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libpopt.so:devel/popt \ RUN_DEPENDS= bash:shells/bash \ gxargs:misc/findutils -USES= alias bdb sqlite compiler:openmp gmake iconv libarchive libtool \ +USES= alias bdb sqlite compiler:openmp cpe gmake iconv libarchive libtool \ lua:52+ pathfix pkgconfig shebangfix tar:bzip2 USE_LDCONFIG= yes |