diff options
Diffstat (limited to 'comms/freedv/Makefile')
-rw-r--r-- | comms/freedv/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/comms/freedv/Makefile b/comms/freedv/Makefile index 7557bbfd59f8..69c63e7ec795 100644 --- a/comms/freedv/Makefile +++ b/comms/freedv/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= freedv -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= comms hamradio -MASTER_SITES= http://files.freedv.org/freedv/ \ +MASTER_SITES= https://freedv.com/wp-content/uploads/sites/8/2017/10/ \ LOCAL/db MAINTAINER= hamradio@FreeBSD.org @@ -21,8 +20,8 @@ LIB_DEPENDS= libcodec2.so:audio/codec2 \ libspeex.so:audio/speex \ libspeexdsp.so:audio/speexdsp -USE_WX= 3.0+ USES= cmake:outsource compiler:c++11-lib tar:xz +USE_WX= 3.0+ CMAKE_ARGS+= -DCODEC2_INCLUDE_DIRS=${LOCALBASE}/include/codec2 \ -DCODEC2_LIBRARY=${LOCALBASE}/lib/libcodec2.so \ -DUSE_STATIC_CODEC2=FALSE \ |