diff options
Diffstat (limited to 'archivers/innoextract/Makefile')
-rw-r--r-- | archivers/innoextract/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile index 65459d106e90..d14ae98fb73d 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -1,6 +1,6 @@ PORTNAME= innoextract -DISTVERSION= 1.9-11 -DISTVERSIONSUFFIX= -g264c2fe +DISTVERSION= 1.9-82 +DISTVERSIONSUFFIX= -g6e9e34e CATEGORIES= archivers MAINTAINER= eduardo@FreeBSD.org @@ -12,10 +12,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= boost-libs>0:devel/boost-libs -USES= cmake compiler:c++11-lang iconv +USES= cmake:testing compiler:c++11-lang iconv localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= dscharrer CMAKE_ON= Boost_USE_STATIC_LIBS +CMAKE_TESTING_ON= BUILD_TESTS +CMAKE_TESTING_TARGET= check PLIST_FILES= bin/innoextract \ share/man/man1/innoextract.1.gz |