diff options
author | makc <makc@FreeBSD.org> | 2010-06-03 12:24:27 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-03 12:24:27 +0800 |
commit | 2834e9c8736e7191b81630e53af667e10594934b (patch) | |
tree | 91ed810e90cda63dd920ed1a61cb3adedea62b35 /x11-themes | |
parent | cde6ca93fac5f170b4b98391312085f4b85dde82 (diff) | |
download | freebsd-ports-gnome-2834e9c8736e7191b81630e53af667e10594934b.tar.gz freebsd-ports-gnome-2834e9c8736e7191b81630e53af667e10594934b.tar.zst freebsd-ports-gnome-2834e9c8736e7191b81630e53af667e10594934b.zip |
Fix build on 6.x
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve-qt4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-themes/qtcurve-qt4/Makefile b/x11-themes/qtcurve-qt4/Makefile index c57fbee7e893..2d5cb0cf3902 100644 --- a/x11-themes/qtcurve-qt4/Makefile +++ b/x11-themes/qtcurve-qt4/Makefile @@ -16,6 +16,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= QtCurve Qt4 widget style USE_BZIP2= yes +USE_GCC= 4.2+ USE_CMAKE= yes USE_QT_VER= 4 QT_COMPONENTS= dbus gui svg imageformats_run \ |