diff options
-rw-r--r-- | www/qt4-webkit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/qt4-webkit/Makefile b/www/qt4-webkit/Makefile index d0abfd8815c8..169ce74976ad 100644 --- a/www/qt4-webkit/Makefile +++ b/www/qt4-webkit/Makefile @@ -3,7 +3,7 @@ PORTNAME= webkit DISTVERSION= ${QT4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www PKGNAMEPREFIX= qt4- @@ -15,6 +15,7 @@ USE_QT4= corelib declarative gui network \ QT_DIST= yes USE_XORG= xrender USES= pkgconfig +USE_CXXSTD= gnu++98 HAS_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} |