diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/baresip | |
parent | Fix prop. (diff) |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412344
Diffstat (limited to 'audio/baresip')
-rw-r--r-- | audio/baresip/Makefile | 4 | ||||
-rw-r--r-- | audio/baresip/Makefile.depends | 34 |
2 files changed, 19 insertions, 19 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index 4321baf26ee5..1c2a11953a3b 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -12,8 +12,8 @@ COMMENT= Small SIP client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/docs/COPYING -BUILD_DEPENDS= re>=0.4.6:${PORTSDIR}/audio/re \ - rem>=0.4.4:${PORTSDIR}/audio/rem +BUILD_DEPENDS= re>=0.4.6:audio/re \ + rem>=0.4.4:audio/rem RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake pkgconfig diff --git a/audio/baresip/Makefile.depends b/audio/baresip/Makefile.depends index d1a44f3dee64..39b20a99c45a 100644 --- a/audio/baresip/Makefile.depends +++ b/audio/baresip/Makefile.depends @@ -1,29 +1,29 @@ # $FreeBSD$ -ALSA_DEPEND= ${LOCALBASE}/include/alsa/asoundlib.h:${PORTSDIR}/audio/alsa-lib +ALSA_DEPEND= ${LOCALBASE}/include/alsa/asoundlib.h:audio/alsa-lib BV32_DEPEND= # nonexistent -CELT_DEPEND= ${LOCALBASE}/include/celt/celt.h:${PORTSDIR}/audio/celt +CELT_DEPEND= ${LOCALBASE}/include/celt/celt.h:audio/celt CONS_DEPEND= # unnecessary DTLS_SRTP_DEPEND= # unnecessary EVDEV_DEPEND= -FFMPEG_DEPEND= ${LOCALBASE}/include/libavcodec/avcodec.h:${PORTSDIR}/multimedia/ffmpeg -G711_DEPEND= ${LOCALBASE}/include/spandsp/g711.h:${PORTSDIR}/comms/spandsp -G722_DEPEND= ${LOCALBASE}/include/spandsp/g722.h:${PORTSDIR}/comms/spandsp +FFMPEG_DEPEND= ${LOCALBASE}/include/libavcodec/avcodec.h:multimedia/ffmpeg +G711_DEPEND= ${LOCALBASE}/include/spandsp/g711.h:comms/spandsp +G722_DEPEND= ${LOCALBASE}/include/spandsp/g722.h:comms/spandsp G722_1_DEPEND= # nonexistent -GSM_DEPEND= ${LOCALBASE}/include/gsm.h:${PORTSDIR}/audio/gsm -GST_DEPEND= gst-launch:${PORTSDIR}/multimedia/gstreamer -ILBC_DEPEND= ${LOCALBASE}/include/ilbc/iLBC_define.h:${PORTSDIR}/net/ilbc +GSM_DEPEND= ${LOCALBASE}/include/gsm.h:audio/gsm +GST_DEPEND= gst-launch:multimedia/gstreamer +ILBC_DEPEND= ${LOCALBASE}/include/ilbc/iLBC_define.h:net/ilbc L16_DEPEND= -OPUS_DEPEND= ${LOCALBASE}/include/opus/opus.h:${PORTSDIR}/audio/opus +OPUS_DEPEND= ${LOCALBASE}/include/opus/opus.h:audio/opus OSS_DEPEND= # In base -PLC_DEPEND= ${LOCALBASE}/include/spandsp/plc.h:${PORTSDIR}/comms/spandsp -PORTAUDIO_DEPEND= ${LOCALBASE}/include/portaudio.h:${PORTSDIR}/audio/portaudio +PLC_DEPEND= ${LOCALBASE}/include/spandsp/plc.h:comms/spandsp +PORTAUDIO_DEPEND= ${LOCALBASE}/include/portaudio.h:audio/portaudio SDL_DEPEND= # Handled with USE_SDL in Makefile -SNDFILE_DEPEND= ${LOCALBASE}/include/sndfile.h:${PORTSDIR}/audio/libsndfile -SPEEX_DEPEND= ${LOCALBASE}/include/speex/speex.h:${PORTSDIR}/audio/speex -SRTP_DEPEND= ${LOCALBASE}/include/srtp/srtp.h:${PORTSDIR}/net/libsrtp +SNDFILE_DEPEND= ${LOCALBASE}/include/sndfile.h:audio/libsndfile +SPEEX_DEPEND= ${LOCALBASE}/include/speex/speex.h:audio/speex +SRTP_DEPEND= ${LOCALBASE}/include/srtp/srtp.h:net/libsrtp STDIO_DEPEND= # In base -UUID_DEPEND= ${LOCALBASE}/include/uuid/uuid.h:${PORTSDIR}/misc/e2fsprogs-libuuid -V4L_DEPEND= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat -V4L2_DEPEND= ${LOCALBASE}/include/libv4l2.h:${PORTSDIR}/multimedia/libv4l +UUID_DEPEND= ${LOCALBASE}/include/uuid/uuid.h:misc/e2fsprogs-libuuid +V4L_DEPEND= ${LOCALBASE}/include/linux/videodev.h:multimedia/v4l_compat +V4L2_DEPEND= ${LOCALBASE}/include/libv4l2.h:multimedia/libv4l X11_DEPEND= # Handled with USE_XORG in Makefile |