diff options
author | makc <makc@FreeBSD.org> | 2014-02-01 20:17:42 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-02-01 20:17:42 +0800 |
commit | 0f5e1d428847cbc3e4fd726b997bf1d929a4a99c (patch) | |
tree | 270b8293a823ae8f2af62cb68b1058b435eb71ac /multimedia | |
parent | 7cb1d75f900f92c341f87d0c77f3bee7bea76c8f (diff) | |
download | freebsd-ports-graphics-0f5e1d428847cbc3e4fd726b997bf1d929a4a99c.tar.gz freebsd-ports-graphics-0f5e1d428847cbc3e4fd726b997bf1d929a4a99c.tar.zst freebsd-ports-graphics-0f5e1d428847cbc3e4fd726b997bf1d929a4a99c.zip |
Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/kdenlive/Makefile | 4 | ||||
-rw-r--r-- | multimedia/subtitlecomposer-kde4/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index 0f2642f4a24..fc6e2370cfe 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -16,11 +16,11 @@ LIB_DEPENDS= mlt:${PORTSDIR}/multimedia/mlt \ qjson:${PORTSDIR}/devel/qjson RUN_DEPENDS= ffmpeg${FFMPEG_SUFX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFX} -USE_KDE4= kdehier kdelibs kdeprefix automoc4 sharedmime +USE_KDE4= kdehier kdelibs kdeprefix automoc4 USE_QT4= dbus gui opengl script svg xml \ moc_build qmake_build rcc_build uic_build USE_XORG= x11 -USES= cmake pkgconfig +USES= cmake pkgconfig shared-mime-info USE_BZIP2= yes CMAKE_ARGS= -DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFX}" diff --git a/multimedia/subtitlecomposer-kde4/Makefile b/multimedia/subtitlecomposer-kde4/Makefile index 2ef4a43a397..32aba251ea9 100644 --- a/multimedia/subtitlecomposer-kde4/Makefile +++ b/multimedia/subtitlecomposer-kde4/Makefile @@ -11,8 +11,8 @@ COMMENT= Subtitle editor for KDE LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu USE_BZIP2= yes -USES= cmake:outsource gettext -USE_KDE4= kdeprefix kdelibs automoc4 sharedmime +USES= cmake:outsource gettext shared-mime-info +USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build phonon USE_GITHUB= yes |