aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/subtitlecomposer-kde4/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:16:16 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:16:16 +0800
commitc60c1d09235abbfd733e901b1872b86adc82027c (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /multimedia/subtitlecomposer-kde4/Makefile
parent0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff)
downloadfreebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz
freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst
freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'multimedia/subtitlecomposer-kde4/Makefile')
-rw-r--r--multimedia/subtitlecomposer-kde4/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/subtitlecomposer-kde4/Makefile b/multimedia/subtitlecomposer-kde4/Makefile
index b0a0ff67211a..be70c2f70b03 100644
--- a/multimedia/subtitlecomposer-kde4/Makefile
+++ b/multimedia/subtitlecomposer-kde4/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= multimedia kde
MAINTAINER= makc@FreeBSD.org
COMMENT= Subtitle editor for KDE
-LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu
+LIB_DEPENDS= libicui18n.so:devel/icu
USES= cmake:outsource gettext shared-mime-info
USE_KDE4= kdeprefix kdelibs automoc4
@@ -23,10 +23,10 @@ BACKEND_DESC= Additional video backens
OPTIONS_GROUP_BACKEND= GSTREAMER MPLAYER XINE
MPLAYER_DESC= Install MPlayer
-MPLAYER_RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
+MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer
XINE_DESC= Build Xine backend
-XINE_LIB_DEPENDS= libxine.so:${PORTSDIR}/multimedia/libxine
+XINE_LIB_DEPENDS= libxine.so:multimedia/libxine
XINE_CMAKE_OFF= -DWITH_Xine:Bool=Off
GSTREAMER_DESC= Build GStreamer 1.x backend