aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/subtitlecomposer-kde4/Makefile
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-10-07 20:26:54 +0800
committermakc <makc@FreeBSD.org>2013-10-07 20:26:54 +0800
commit28d85c1edfec0ebeb6deae7dcb602f29fc71141f (patch)
treecd193dd8c561bb2f429a8bf31172de87b83d4a9f /multimedia/subtitlecomposer-kde4/Makefile
parent265e6d93a31592bc765ae1c17206bc2205c3f5e4 (diff)
downloadfreebsd-ports-gnome-28d85c1edfec0ebeb6deae7dcb602f29fc71141f.tar.gz
freebsd-ports-gnome-28d85c1edfec0ebeb6deae7dcb602f29fc71141f.tar.zst
freebsd-ports-gnome-28d85c1edfec0ebeb6deae7dcb602f29fc71141f.zip
- Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax - Use options helpers
Diffstat (limited to 'multimedia/subtitlecomposer-kde4/Makefile')
-rw-r--r--multimedia/subtitlecomposer-kde4/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/subtitlecomposer-kde4/Makefile b/multimedia/subtitlecomposer-kde4/Makefile
index 942c29f87397..641fbe933e25 100644
--- a/multimedia/subtitlecomposer-kde4/Makefile
+++ b/multimedia/subtitlecomposer-kde4/Makefile
@@ -14,8 +14,6 @@ USES= cmake
USE_KDE4= kdeprefix kdelibs automoc4 sharedmime
USE_QT4= gui qmake_build moc_build rcc_build uic_build
-LATEST_LINK= ${PORTNAME}-kde4
-
OPTIONS_DEFINE= GSTREAMER MPLAYER XINE
OPTIONS_DEFAULT= MPLAYER
@@ -31,7 +29,7 @@ RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer
.endif
.if ${PORT_OPTIONS:MXINE}
-LIB_DEPENDS+= xine.2:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= libxine.so:${PORTSDIR}/multimedia/libxine
.else
CMAKE_ARGS+= -DWITH_Xine:Bool=Off
.endif