diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-05 07:30:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-05 07:30:38 +0800 |
commit | 4c87193b0b003ef0d636a924d725f6fa020e1e60 (patch) | |
tree | 692f92f387c0c00567ee9c6c42937ae5f44cc85f /multimedia/Makefile | |
parent | e30d8bc39c0bef0e971424513fdd8b6a0588a9cd (diff) | |
download | freebsd-ports-gnome-4c87193b0b003ef0d636a924d725f6fa020e1e60.tar.gz freebsd-ports-gnome-4c87193b0b003ef0d636a924d725f6fa020e1e60.tar.zst freebsd-ports-gnome-4c87193b0b003ef0d636a924d725f6fa020e1e60.zip |
- Update to qt 4.4.1
Note:
With this update several ports specific problems
have been fixed. Qt4 headers and libraries have
been moved to include/qt4 and lib/qt4. bsd.qt.mk
defines QT_INCDIR and QT_LIBDIR now, which could
be used in qt4-dependent ports if required.
Thanks to: Max Brazhnikov Danny Pansters
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 2044be4087df..46fe6c3584d4 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -194,6 +194,8 @@ SUBDIR += py-gstreamer SUBDIR += py-pybmp SUBDIR += qdvdauthor + SUBDIR += qt4-phonon + SUBDIR += qt4-phonon-gst SUBDIR += quark SUBDIR += quodlibet SUBDIR += recmpeg |