diff options
Diffstat (limited to 'archivers/maxcso/Makefile')
-rw-r--r-- | archivers/maxcso/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/maxcso/Makefile b/archivers/maxcso/Makefile index 2b6cbffeb3eb..b5693a0dff16 100644 --- a/archivers/maxcso/Makefile +++ b/archivers/maxcso/Makefile @@ -1,7 +1,7 @@ PORTNAME= maxcso DISTVERSIONPREFIX= v -DISTVERSION= 1.13.0-27 -DISTVERSIONSUFFIX= -g528c69bf +DISTVERSION= 1.13.0-36 +DISTVERSIONSUFFIX= -g961f232c CATEGORIES= archivers MAINTAINER= eduardo@FreeBSD.org @@ -20,6 +20,8 @@ USES= compiler:c++11-lang gmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= unknownbrackets +MAKE_ARGS= USE_EXTERNAL_LIBDEFLATE=1 + PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz |