diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-09-04 13:31:29 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-09-04 13:31:29 +0000 |
commit | 41e9fe4f9587bef9613a785b23b1b93afa7675eb (patch) | |
tree | 82274c4fe31c623547bf094bcf11ca485fd69b67 /net-p2p/jigdo | |
parent | d71e98a25ecd576e13d32f5be61ee76e35f84c53 (diff) | |
download | ports-41e9fe4f9587bef9613a785b23b1b93afa7675eb.tar.gz ports-41e9fe4f9587bef9613a785b23b1b93afa7675eb.zip |
Notes
Diffstat (limited to 'net-p2p/jigdo')
-rw-r--r-- | net-p2p/jigdo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index 8c1f07f14d0d..20cd673468c0 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -13,6 +13,7 @@ COMMENT= Utility used to retrieve large files over the Internet RUN_DEPENDS= ${LOCALBASE}/bin/wget:ftp/wget USES= gmake tar:bzip2 +USE_CXXSTD= c++98 USE_SUBMAKE= yes GNU_CONFIGURE= yes |