diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 10:32:22 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 11:24:17 +0000 |
commit | b5ae90eb47a276e07f4423fb23e265c3d3d1a78c (patch) | |
tree | d7f84ca134ddc5099ce4c359b1f7b869e4af6f9f | |
parent | e241aff50e7994d9907f640e854babbbc032f933 (diff) | |
download | ports-b5ae90eb47a276e07f4423fb23e265c3d3d1a78c.tar.gz ports-b5ae90eb47a276e07f4423fb23e265c3d3d1a78c.zip |
dns/opendnssec2: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | dns/opendnssec2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/opendnssec2/Makefile b/dns/opendnssec2/Makefile index 389e75969907..9d1dbb1dbdae 100644 --- a/dns/opendnssec2/Makefile +++ b/dns/opendnssec2/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ldns>=1.6.16:dns/ldns LIB_DEPENDS= libldns.so:dns/ldns \ libxml2.so:textproc/libxml2 -USES= libtool autoreconf ssl +USES= autoreconf cpe libtool ssl USE_RC_SUBR= opendnssec GNU_CONFIGURE= yes |