diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-10-28 21:09:42 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-10-28 21:09:42 +0800 |
commit | 0abacedf6efa26324364dcfe2cb748968f450527 (patch) | |
tree | eb01c9ddd20806368522522703bbaf4ae1ccdad7 | |
parent | 3acb0130cc033d9bada41a6367ae76ddffd7f795 (diff) | |
download | freebsd-ports-gnome-0abacedf6efa26324364dcfe2cb748968f450527.tar.gz freebsd-ports-gnome-0abacedf6efa26324364dcfe2cb748968f450527.tar.zst freebsd-ports-gnome-0abacedf6efa26324364dcfe2cb748968f450527.zip |
Remove wrongly used QT-related plist-subs from plist
%%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the
Qt binaries and libraries respectively -- they are only 'bin' and 'lib'
by chance, and should not be used that way.
Approved by: portmgr (blanket), rakuco (mentor)
-rw-r--r-- | multimedia/qt4-mobility/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/qt4-mobility/pkg-plist b/multimedia/qt4-mobility/pkg-plist index f5d80e25955a..e387c082143e 100644 --- a/multimedia/qt4-mobility/pkg-plist +++ b/multimedia/qt4-mobility/pkg-plist @@ -542,7 +542,7 @@ %%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qgraphicsvideoitem.h %%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qimageencodercontrol.h %%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qlocalmediaplaylistprovider.h -%%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qmedia%%QT_BINDIR%%dableinterface.h +%%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qmediabindableinterface.h %%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qmediacontainercontrol.h %%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qmediacontent.h %%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qmediacontrol.h |