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 /comms/freedv | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) | |
download | ports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip |
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 'comms/freedv')
-rw-r--r-- | comms/freedv/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/comms/freedv/Makefile b/comms/freedv/Makefile index c25d8ee2e96b..0f320fa149dd 100644 --- a/comms/freedv/Makefile +++ b/comms/freedv/Makefile @@ -9,13 +9,13 @@ MASTER_SITES= http://files.freedv.org/freedv/ \ MAINTAINER= hamradio@FreeBSD.org COMMENT= Narrow band digital voice -LIB_DEPENDS= libcodec2.so:${PORTSDIR}/audio/codec2 \ - libportaudio.so:${PORTSDIR}/audio/portaudio \ - libhamlib.so:${PORTSDIR}/comms/hamlib \ - libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ - libsox.so:${PORTSDIR}/audio/sox \ - libsndfile.so:${PORTSDIR}/audio/libsndfile \ - libspeexdsp.so:${PORTSDIR}/audio/speexdsp +LIB_DEPENDS= libcodec2.so:audio/codec2 \ + libportaudio.so:audio/portaudio \ + libhamlib.so:comms/hamlib \ + libsamplerate.so:audio/libsamplerate \ + libsox.so:audio/sox \ + libsndfile.so:audio/libsndfile \ + libspeexdsp.so:audio/speexdsp USE_WX= 3.0+ USES= cmake:outsource compiler:c++11-lib tar:xz |