diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zstd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index f44e8327bd6c..e05bc1520b0e 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -4,6 +4,7 @@ PORTNAME= zstd PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= archivers MAINTAINER= sunpoet@FreeBSD.org @@ -14,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ALL_TARGET= default MAKE_ARGS= INCLUDEDIR="${PREFIX}/include" LIBDIR="${PREFIX}/lib" MANDIR="${PREFIX}/man/man1" +TEST_TARGET= test +USE_LDCONFIG= yes USES= gmake PLIST_SUB= PORTVERSION=${PORTVERSION} |