Index: head/audio/speexdsp/Makefile =================================================================== --- head/audio/speexdsp/Makefile (revision 471986) +++ head/audio/speexdsp/Makefile (revision 471987) @@ -1,23 +1,26 @@ # $FreeBSD$ PORTNAME= speexdsp DISTVERSION= 1.2rc3 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Audio compression format designed for speech +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool pathfix USE_LDCONFIG= yes .include .if ${ARCH} == "aarch64" CONFIGURE_ARGS+=--disable-neon .endif .include Index: head/audio/speexdsp/pkg-descr =================================================================== --- head/audio/speexdsp/pkg-descr (revision 471986) +++ head/audio/speexdsp/pkg-descr (revision 471987) @@ -1,4 +1,4 @@ Speex is an Open Source/Free Software patent-free audio compression format designed for speech. -WWW: http://www.speex.org/ +WWW: https://www.speex.org/