diff options
Diffstat (limited to 'textproc/belr/Makefile')
-rw-r--r-- | textproc/belr/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/belr/Makefile b/textproc/belr/Makefile index 18d9d8c99d41..8191fd9dd071 100644 --- a/textproc/belr/Makefile +++ b/textproc/belr/Makefile @@ -1,5 +1,5 @@ PORTNAME= belr -DISTVERSION= 5.4.2 +DISTVERSION= 5.4.24 CATEGORIES= textproc MAINTAINER= bofh@FreeBSD.org @@ -20,8 +20,7 @@ USE_LDCONFIG= yes DOS2UNIX_FILES= ${WRKSRC}/CMakeLists.txt -CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \ - -DCMAKE_SKIP_INSTALL_RPATH=ON \ +CMAKE_ARGS= -DCMAKE_SKIP_INSTALL_RPATH=ON \ -DENABLE_STRICT=NO LDFLAGS+= -lpthread |