diff --git a/audio/libebur128/Makefile b/audio/libebur128/Makefile index 8aebe4b42a92..26ed081263f1 100644 --- a/audio/libebur128/Makefile +++ b/audio/libebur128/Makefile @@ -1,23 +1,23 @@ # Created by: Pietro Cerutti # $FreeBSD$ PORTNAME= libebur128 -PORTVERSION= 1.2.4 DISTVERSIONPREFIX= v +DISTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the EBU R128 loudness standard LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libspeexdsp.so:audio/speexdsp +USES= cmake localbase:ldflags pkgconfig USE_GITHUB= yes GH_ACCOUNT= jiixyj -USES= cmake localbase:ldflags pkgconfig USE_LDCONFIG= yes .include