diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-23 04:38:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-23 04:38:22 +0000 |
commit | c12220ba5f28c13e21482b0db5f7eedc6aa1eb46 (patch) | |
tree | b772c551484940d33b6e2a6952432258f10b213a /databases/ldb12 | |
parent | net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery: mark deprecated (diff) |
Adjust USES to fix builds on gcc-bases archs. While here, pet portlint.
Tested on powerpc64 and amd64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=480451
Diffstat (limited to 'databases/ldb12')
-rw-r--r-- | databases/ldb12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ldb12/Makefile b/databases/ldb12/Makefile index 2d5594077bf1..9673603b639c 100644 --- a/databases/ldb12/Makefile +++ b/databases/ldb12/Makefile @@ -31,7 +31,7 @@ CONFLICTS_INSTALL= ldb-1.1.* ldb13-1.3.* #nopython_CONFLICTS= ldb #default_CONFLICTS= ldb-nopython -USES= compiler pkgconfig waf +USES= compiler:c++11-lang pkgconfig waf USE_LDCONFIG= yes WAF_CMD= buildtools/bin/waf CONFIGURE_LOG= bin/config.log |