diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-06 06:02:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-06 06:02:48 +0000 |
commit | 302a3569640fc133f65bf3dd447cb188787bcc3c (patch) | |
tree | 5bb61bcb1d9dfa143ce3b05626c04491ac36103f | |
parent | a74ab7dc7aeedf5f46911c12dda9074887dba738 (diff) | |
download | ports-302a3569640fc133f65bf3dd447cb188787bcc3c.tar.gz ports-302a3569640fc133f65bf3dd447cb188787bcc3c.zip |
Notes
-rw-r--r-- | security/rnp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rnp/Makefile b/security/rnp/Makefile index d9e6916a23bc..34962053503c 100644 --- a/security/rnp/Makefile +++ b/security/rnp/Makefile @@ -20,7 +20,7 @@ LICENSE_PERMS_OCB_Patent= dist-mirror dist-sell pkg-mirror pkg-sell \ LIB_DEPENDS= libbotan-2.so:security/botan2 \ libjson-c.so:devel/json-c -USES= cmake pkgconfig +USES= cmake compiler:c++11-lang pkgconfig USE_GITHUB= yes GH_ACCOUNT= rnpgp USE_LDCONFIG= yes |