diff options
Diffstat (limited to 'audio/taglib/Makefile')
-rw-r--r-- | audio/taglib/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile index 04657f6ab39d..059b0b0c7d6f 100644 --- a/audio/taglib/Makefile +++ b/audio/taglib/Makefile @@ -1,5 +1,5 @@ PORTNAME= taglib -DISTVERSION= 2.0.2 +DISTVERSION= 2.1.1 CATEGORIES= audio MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \ https://taglib.org/releases/ @@ -16,14 +16,17 @@ LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL BUILD_DEPENDS= utf8cpp>0:devel/utf8cpp TEST_DEPENDS= cppunit-config:devel/cppunit -USES= cmake:testing compiler:c++17-lang cpe pathfix +USES= cmake:testing compiler:c++17-lang cpe USE_LDCONFIG= yes CMAKE_ARGS= -DCMAKE_CXX_VISIBILITY_PRESET=hidden CMAKE_ON= VISIBILITY_HIDDEN +CMAKE_OFF= BUILD_TESTING CMAKE_TESTING_TARGET= check +PLIST_SUB= SHLIB_VERSION=${DISTVERSION} + OPTIONS_DEFINE= STATIC OPTIONS_SUB= yes |