diff options
author | makc <makc@FreeBSD.org> | 2015-05-24 03:30:08 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-05-24 03:30:08 +0800 |
commit | 12e1294abfaf06511eac70a6832679d6309bf8e8 (patch) | |
tree | 99af23215df9bba9b4f9afd2348342dfbb681e57 | |
parent | ab71ac88f0ead2230b825b18a3ff8019c021b70a (diff) | |
download | freebsd-ports-gnome-12e1294abfaf06511eac70a6832679d6309bf8e8.tar.gz freebsd-ports-gnome-12e1294abfaf06511eac70a6832679d6309bf8e8.tar.zst freebsd-ports-gnome-12e1294abfaf06511eac70a6832679d6309bf8e8.zip |
x11-themes/qtcurve: fix build on 8.x/9.x
-rw-r--r-- | x11-themes/qtcurve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/qtcurve/Makefile b/x11-themes/qtcurve/Makefile index 271da21dd062..6e820260fc89 100644 --- a/x11-themes/qtcurve/Makefile +++ b/x11-themes/qtcurve/Makefile @@ -24,7 +24,7 @@ QT5_RUN_DEPENDS= qt5-style-qtcurve>=1.8.18:${PORTSDIR}/x11-themes/qtcurve-qt5 USE_GITHUB= yes GH_ACCOUNT= QtCurve -USES= compiler:c++0x cmake execinfo pkgconfig +USES= compiler:c++11-lib cmake execinfo pkgconfig USE_XORG= x11 xcb .for i in gtk2 kde4 qt4 qt5 |