diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-12-02 19:47:17 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-12-02 19:47:17 +0000 |
commit | 43a46c6993b270c965c21db4fac822d938ec1475 (patch) | |
tree | af45a12b238a5ed25cadc0e0fb5a4984cacebafc /devel/qt4/Makefile | |
parent | de0eaeceeccc6bcf986371e4c3367b326eac64a6 (diff) | |
download | ports-43a46c6993b270c965c21db4fac822d938ec1475.tar.gz ports-43a46c6993b270c965c21db4fac822d938ec1475.zip |
Notes
Diffstat (limited to 'devel/qt4/Makefile')
-rw-r--r-- | devel/qt4/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/devel/qt4/Makefile b/devel/qt4/Makefile index 41a3efa8329d..e865376025e3 100644 --- a/devel/qt4/Makefile +++ b/devel/qt4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qt4 -PORTVERSION= ${QT4_VERSION} +DISTVERSION= ${QT4_VERSION} CATEGORIES= devel MASTER_SITES= # empty DISTFILES= # none @@ -21,11 +21,14 @@ OPTIONS= CODECS "Enable support for CN, JP, KR, TW" off \ DEMO "Install demonstration and example programs" off USE_QT_VER= 4 -QT_COMPONENTS= accessible assistant assistant-adp assistantclient \ - clucene corelib dbus designer doc help gui iconengines \ - imageformats inputmethods multimedia network opengl \ - qdbusviewer qt3support qtconfig qtestlib qvfb script \ - scripttools sql svg webkit xml xmlpatterns xmlpatterns-tool +QT_COMPONENTS= accessible assistant clucene corelib \ + dbus declarative designer doc \ + graphicssystems-opengl gui help \ + iconengines imageformats inputmethods \ + multimedia network opengl phonon phonon-gst \ + qdbusviewer qt3support qtconfig qtestlib qvfb \ + script scripttools sql svg webkit \ + xml xmlpatterns xmlpatterns-tool NO_BUILD= yes |