diff options
author | pi <pi@FreeBSD.org> | 2016-05-28 22:54:53 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-28 22:54:53 +0800 |
commit | 11a7ca9256340e60a69f9ef460e09d97de3d3452 (patch) | |
tree | 6c86f0735a05a2ad8d892544ee19c1fa17d2fc85 /multimedia | |
parent | 6aaba3ecd63c11442126392455d8e6adb8d9c3d1 (diff) | |
download | freebsd-ports-gnome-11a7ca9256340e60a69f9ef460e09d97de3d3452.tar.gz freebsd-ports-gnome-11a7ca9256340e60a69f9ef460e09d97de3d3452.tar.zst freebsd-ports-gnome-11a7ca9256340e60a69f9ef460e09d97de3d3452.zip |
devel/smokeqt, games/katomic, multimedia/gstreamer1-qt4, net-im/kopete-kde4,
sysutils/kfilemetadata, sysutils/polkit-qt, x11/kde4-runtime
- update USES in some kde ports
Some are cosmetic; some add shebangfix or pathfix where needed
PR: 209304
Submitted by: groot@kde.org (kde)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer1-qt4/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/multimedia/gstreamer1-qt4/Makefile b/multimedia/gstreamer1-qt4/Makefile index cb3c4c0b8bc8..ec3788183da9 100644 --- a/multimedia/gstreamer1-qt4/Makefile +++ b/multimedia/gstreamer1-qt4/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs CONFLICTS_INSTALL= gstreamer-qt4-* -USES= bison cmake:outsource gmake pkgconfig tar:xz +USES= bison cmake:outsource pathfix pkgconfig tar:xz USE_GSTREAMER1= yes USE_QT4= corelib gui opengl declarative \ qmake_build moc_build rcc_build uic_build qtestlib_build @@ -25,8 +25,4 @@ CMAKE_ARGS= -DUSE_GST_PLUGIN_DIR=off \ PLIST_SUB= SHLIB_VER="${PORTVERSION}" -post-patch: - ${REINPLACE_CMD} -e 's|$${CMAKE_INSTALL_LIBDIR}/pkgconfig|libdata/pkgconfig|' \ - ${WRKSRC}/CMakeLists.txt - .include <bsd.port.mk> |