diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-08-15 16:36:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-08-15 16:36:16 +0000 |
commit | e1068bd926dbfb28482407a03e549160298d6c48 (patch) | |
tree | 0c68c1dcffe92d853fefb1c8ab4ef14c18077f9c /www/opera | |
parent | 14dd23b9b2fc123f9493c4ad36b66aece432af06 (diff) |
Notes
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index cb0034ca0f50..24e56e864a49 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -47,7 +47,6 @@ NO_BUILD= yes OPTIONS= CUPS "Enable support for printing (requires CUPS)" on \ VIDEO "Enable support for HTML5 video (requires GStreamer)" on \ GTK "Use GTK backend" off \ - QT4 "Use Qt4 backend" off \ KDE4 "Use KDE4 backend" off .include <bsd.port.options.mk> @@ -65,11 +64,6 @@ USE_GNOME= atk gtk20 glib20 pango libxml2 USE_FPC= cairo .endif -.if defined(WITH_QT4) -USE_QT_VER= 4 -QT_COMPONENTS= dbus gui network svg xml -.endif - .if defined(WITH_KDE4) USE_KDE4= kdelibs .endif |