diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-01-06 22:02:46 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-01-06 22:02:46 +0000 |
commit | 1eb14e9a55f9d2e0f1391fd8f252e732b9f61b7a (patch) | |
tree | b06a46f48dfbb1ce59e75b812384c5cdb5e9186f /x11-toolkits | |
parent | f7afc59ca529133afb8c3368c80be2a35268aa06 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/attica/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/attica/Makefile b/x11-toolkits/attica/Makefile index 3f9bdd714dd1..ef4bf2e94a4d 100644 --- a/x11-toolkits/attica/Makefile +++ b/x11-toolkits/attica/Makefile @@ -3,7 +3,7 @@ PORTNAME= attica PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= x11-toolkits MASTER_SITES= KDE/stable/${PORTNAME} @@ -17,6 +17,7 @@ USE_LDCONFIG= yes USES= cmake:outsource tar:bzip2 CMAKE_ARGS= -DATTICA_ENABLE_TESTS:BOOL=OFF \ -DQT4_BUILD:BOOL=ON +USE_CXXSTD= gnu++98 post-patch: # LIB_DESTINATION is not caught by USES=pathfix. |