diff options
Diffstat (limited to 'audio/re/Makefile')
-rw-r--r-- | audio/re/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/re/Makefile b/audio/re/Makefile index 7cc3e4e1356c..57fe544d0483 100644 --- a/audio/re/Makefile +++ b/audio/re/Makefile @@ -1,6 +1,6 @@ PORTNAME= re DISTVERSIONPREFIX= v -DISTVERSION= 3.23.0 +DISTVERSION= 3.24.0 CATEGORIES= audio devel MAINTAINER= herbert@gojira.at @@ -10,9 +10,11 @@ WWW= https://github.com/baresip LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake ssl +USES= cmake:testing ssl USE_GITHUB= yes GH_ACCOUNT= baresip USE_LDCONFIG= yes +CMAKE_TESTING_TARGET= retest + .include <bsd.port.mk> |