aboutsummaryrefslogtreecommitdiff
path: root/net/freeswitch
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net/freeswitch
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'net/freeswitch')
-rw-r--r--net/freeswitch/Makefile54
1 files changed, 27 insertions, 27 deletions
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile
index 74fe82ec3db4..07468496351f 100644
--- a/net/freeswitch/Makefile
+++ b/net/freeswitch/Makefile
@@ -12,33 +12,33 @@ COMMENT= Multi-protocol soft switch for telephony applications
LICENSE= MPL
-BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \
- ${LOCALBASE}/bin/aclocal:${PORTSDIR}/devel/automake
-RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
-LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
- libcurl.so:${PORTSDIR}/ftp/curl \
- libpcre.so:${PORTSDIR}/devel/pcre \
- libspeex.so:${PORTSDIR}/audio/speex \
- libldns.so:${PORTSDIR}/dns/ldns \
- libyuv.so:${PORTSDIR}/graphics/libyuv \
- libvpx.so:${PORTSDIR}/multimedia/libvpx \
- libopus.so:${PORTSDIR}/audio/opus \
- libsndfile.so:${PORTSDIR}/audio/libsndfile \
- libavformat.so:${PORTSDIR}/multimedia/ffmpeg \
- libopencv_legacy.so:${PORTSDIR}/graphics/opencv \
- libhiredis.so:${PORTSDIR}/databases/hiredis \
- libmemcached.so:${PORTSDIR}/databases/libmemcached \
- libSoundTouch.so:${PORTSDIR}/audio/soundtouch \
- libasound.so:${PORTSDIR}/audio/alsa-lib \
- libportaudio.so:${PORTSDIR}/audio/portaudio \
- libmp4v2.so:${PORTSDIR}/multimedia/mp4v2 \
- libshout.so:${PORTSDIR}/audio/libshout \
- libmpg123.so:${PORTSDIR}/audio/mpg123 \
- libmp3lame.so:${PORTSDIR}/audio/lame \
- libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp \
- libvlc.so:${PORTSDIR}/multimedia/vlc \
- libyaml.so:${PORTSDIR}/textproc/libyaml \
- libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick-nox11
+BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa \
+ ${LOCALBASE}/bin/aclocal:devel/automake
+RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
+LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \
+ libcurl.so:ftp/curl \
+ libpcre.so:devel/pcre \
+ libspeex.so:audio/speex \
+ libldns.so:dns/ldns \
+ libyuv.so:graphics/libyuv \
+ libvpx.so:multimedia/libvpx \
+ libopus.so:audio/opus \
+ libsndfile.so:audio/libsndfile \
+ libavformat.so:multimedia/ffmpeg \
+ libopencv_legacy.so:graphics/opencv \
+ libhiredis.so:databases/hiredis \
+ libmemcached.so:databases/libmemcached \
+ libSoundTouch.so:audio/soundtouch \
+ libasound.so:audio/alsa-lib \
+ libportaudio.so:audio/portaudio \
+ libmp4v2.so:multimedia/mp4v2 \
+ libshout.so:audio/libshout \
+ libmpg123.so:audio/mpg123 \
+ libmp3lame.so:audio/lame \
+ libnetsnmp.so:net-mgmt/net-snmp \
+ libvlc.so:multimedia/vlc \
+ libyaml.so:textproc/libyaml \
+ libMagickWand-6.so:graphics/ImageMagick-nox11
CONFLICTS_BUILD= xmlrpc-c-devel-*