diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile index f8d4ed6b93a6..b065af7a01cc 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -1,23 +1,23 @@ PORTNAME= innoextract PORTVERSION= 1.9 PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Program to extract Inno Setup files LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_sparc64= Does not build: undefined reference to std::ctype::_M_widen_init() +BROKEN_sparc64= does not build: undefined reference to std::ctype::_M_widen_init() BUILD_DEPENDS= boost-libs>0:devel/boost-libs USES= cmake compiler:c++11-lang iconv CMAKE_ON= Boost_USE_STATIC_LIBS PLIST_FILES= bin/innoextract \ share/man/man1/innoextract.1.gz .include