diff options
author | lioux <lioux@FreeBSD.org> | 2002-04-29 10:28:05 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-04-29 10:28:05 +0800 |
commit | e16a937f3b82a8fe312cea2434bb2b052a960662 (patch) | |
tree | 6a43592fe15727b53f66e0cb585acbe936c9bee4 /x11-toolkits/qt32/pkg-plist | |
parent | 5e64b2df98374f019847f0190df3590ac693c6d8 (diff) | |
download | freebsd-ports-graphics-e16a937f3b82a8fe312cea2434bb2b052a960662.tar.gz freebsd-ports-graphics-e16a937f3b82a8fe312cea2434bb2b052a960662.tar.zst freebsd-ports-graphics-e16a937f3b82a8fe312cea2434bb2b052a960662.zip |
o Bump PORTREVISION
o Fix configure args to match what new configure accepts
o Use -qt-imgfmt-{jpeg,mng,png} to dynamically link the graphics
libs into libqt-mt.so
o Use image plugins (-plugin-imgfmt-{jpeg,mng,png}) if
WITH_IMAGE_PLUGINS; QTDIR=/usr/X11R6 needs to be set before
starting KDE if so
o Use Mesa libs if WITH_OPENGL. This will result in warnings both
before and after the build; the package will be called qt-opengl;
a warning will be displayed via pkg-message when the package is
installed
Submitted by: Alan E <ports@geeksrus.net>
Approved by: will
Diffstat (limited to 'x11-toolkits/qt32/pkg-plist')
-rw-r--r-- | x11-toolkits/qt32/pkg-plist | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/qt32/pkg-plist b/x11-toolkits/qt32/pkg-plist index 53a3f451013..cd9b67fa231 100644 --- a/x11-toolkits/qt32/pkg-plist +++ b/x11-toolkits/qt32/pkg-plist @@ -512,8 +512,9 @@ plugins/designer/libcppeditor.so plugins/designer/libdlgplugin.so plugins/designer/librcplugin.so plugins/designer/libwizards.so -plugins/imageformats/libqjpeg.so -plugins/imageformats/libqmng.so +%%IMAGE_PLUGINS%%plugins/imageformats/libqjpeg.so +%%IMAGE_PLUGINS%%plugins/imageformats/libqmng.so +%%IMAGE_PLUGINS%%plugins/imageformats/libqpng.so share/doc/qt/aboutqt.html share/doc/qt/abstract-connections.png share/doc/qt/abstractwidgets.html @@ -2258,7 +2259,7 @@ templates/Tab_Dialog.ui @comment directories @dirrm templates @dirrm share/doc/qt -@dirrm plugins/imageformats +%%IMAGE_PLUGINS%%@dirrm plugins/imageformats @dirrm plugins/designer @dirrm plugins @dirrm mkspecs/win32-watcom |