aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vdr-plugin-xineliboutput
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/vdr-plugin-xineliboutput
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/vdr-plugin-xineliboutput')
-rw-r--r--multimedia/vdr-plugin-xineliboutput/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/vdr-plugin-xineliboutput/Makefile b/multimedia/vdr-plugin-xineliboutput/Makefile
index 02e7221b9ff3..5ecfc3cfd59d 100644
--- a/multimedia/vdr-plugin-xineliboutput/Makefile
+++ b/multimedia/vdr-plugin-xineliboutput/Makefile
@@ -12,10 +12,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot
MAINTAINER= ports@FreeBSD.org
COMMENT= Video Disk Recorder - xineliboutput plugin/viewer
-LIB_DEPENDS+= libxine.so:${PORTSDIR}/multimedia/libxine \
- libavutil.so:${PORTSDIR}/multimedia/ffmpeg \
- libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
- libvdpau.so:${PORTSDIR}/multimedia/libvdpau
+LIB_DEPENDS+= libxine.so:multimedia/libxine \
+ libavutil.so:multimedia/ffmpeg \
+ libdbus-glib-1.so:devel/dbus-glib \
+ libvdpau.so:multimedia/libvdpau
PATCH_STRIP= -p1
USES= pkgconfig tar:bzip2
@@ -39,13 +39,13 @@ PLIST_SUB+= XINE_PLUGINSDIR=${XINE_PLUGINSDIR}
CONFIGURE_ARGS+= --cc="${CC}" --cxx="${CXX}" --add-cflags=-I${VDRDIR}
.if ${PORT_OPTIONS:MLIBEXTRACTOR}
-LIB_DEPENDS+= libextractor.so:${PORTSDIR}/textproc/libextractor
+LIB_DEPENDS+= libextractor.so:textproc/libextractor
.else
CONFIGURE_ARGS+= --disable-libextractor
.endif
.if ${PORT_OPTIONS:MLIBBLURAY}
-LIB_DEPENDS+= libbluray.so:${PORTSDIR}/multimedia/libbluray
+LIB_DEPENDS+= libbluray.so:multimedia/libbluray
.else
CONFIGURE_ARGS+= --disable-libbluray
.endif