aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-08-29 18:30:38 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-08-29 18:30:38 +0000
commitf90a4d180f1c38baec7131020439966d48bf7a8d (patch)
tree72d4f8246af546a3fa2c9cf6a334edc000abbf1c
parent9da0961027a1b41d91d2e4317dc38e9398561fb2 (diff)
downloadports-f90a4d180f1c38baec7131020439966d48bf7a8d.tar.gz
ports-f90a4d180f1c38baec7131020439966d48bf7a8d.zip
misc/chmlib: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--misc/chmlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile
index 49330816ace4..0f3c7189bf94 100644
--- a/misc/chmlib/Makefile
+++ b/misc/chmlib/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples
INSTALL_TARGET= install-strip
-USES= gmake libtool tar:bzip2
+USES= cpe gmake libtool tar:bzip2
USE_LDCONFIG= yes
.include <bsd.port.mk>