diff options
Diffstat (limited to 'net/ortp/Makefile')
-rw-r--r-- | net/ortp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 16fcf374672f..6c05c0977e33 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -1,5 +1,5 @@ PORTNAME= ortp -DISTVERSION= 5.4.2 +DISTVERSION= 5.4.24 CATEGORIES= net MAINTAINER= zirias@FreeBSD.org @@ -19,8 +19,7 @@ GL_ACCOUNT= public USE_LDCONFIG= yes CMAKE_ARGS= -DENABLE_DOC=NO -DENABLE_STRICT=NO \ - -DCMAKE_PREFIX_PATH=${LOCALBASE} \ - -DENABLE_UNIT_TESTS=NO + -DENABLE_UNIT_TESTS=NO LDFLAGS+= -lpthread |