diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-08-03 06:37:40 +0800 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-08-03 06:37:40 +0800 |
commit | e332496be5f6fa4fa10c72920241b6910a69ca00 (patch) | |
tree | 7c1e4ee6690abd492b16853205c1bf65c308e4fb /x11/qt4-opengl/pkg-plist | |
parent | a89bbaf869b99b813eb1a147e18884857d7e5495 (diff) | |
download | freebsd-ports-gnome-e332496be5f6fa4fa10c72920241b6910a69ca00.tar.gz freebsd-ports-gnome-e332496be5f6fa4fa10c72920241b6910a69ca00.tar.zst freebsd-ports-gnome-e332496be5f6fa4fa10c72920241b6910a69ca00.zip |
- bsd.qt.mk:
QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as <component>_build or <component>_run, respectively.
Specifying <component> without any suffix will depend on the component
at both build- and runtime just like before.
- Convert Qt core ports to use the new dependency switches.
- Add a patch to corelib to fix Qt4 on ARM, submitted by:
Björn König <bkoenig@alpha-tierchen.de>
Diffstat (limited to 'x11/qt4-opengl/pkg-plist')
-rw-r--r-- | x11/qt4-opengl/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/qt4-opengl/pkg-plist b/x11/qt4-opengl/pkg-plist index 876fccd7e413..7c246915cae5 100644 --- a/x11/qt4-opengl/pkg-plist +++ b/x11/qt4-opengl/pkg-plist @@ -20,6 +20,6 @@ lib/libQtOpenGL.so lib/libQtOpenGL.so.4 lib/libQtOpenGL.so.4.3 lib/libQtOpenGL.so.4.3.0 -lib/libQtOpenGL.so.4.3.0.debug +%%DEBUG%%lib/libQtOpenGL.so.4.3.0.debug libdata/pkgconfig/QtOpenGL.pc @dirrm include/QtOpenGL |