textproc/gutenmark: fix build on older releases by forcing a C++11 dependency.
Submitted by: pkg-fallout
This commit is contained in:
parent
a6e2272e21
commit
dcafc9ad22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376432
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ COMMENT= Attractively formatting Project Gutenberg texts
|
|||
|
||||
WRKSRC= ${WRKDIR}/GutenMark-source
|
||||
|
||||
USES= gmake
|
||||
USES= compiler:c++11-lib gmake
|
||||
USE_WX= 3.0
|
||||
WX_UNICODE= yes
|
||||
ALL_TARGET= default
|
||||
|
|
Loading…
Reference in a new issue