diff options
Diffstat (limited to 'devel/axmldec/Makefile')
-rw-r--r-- | devel/axmldec/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/axmldec/Makefile b/devel/axmldec/Makefile index 296c6a698954..1bdd72803e65 100644 --- a/devel/axmldec/Makefile +++ b/devel/axmldec/Makefile @@ -12,10 +12,9 @@ COMMENT= Stand-alone binary AndroidManifest.xml decoder LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE.md -LIB_DEPENDS= libminizip.so:archivers/minizip \ - libboost_system.so:devel/boost-libs +LIB_DEPENDS= libboost_system.so:devel/boost-libs -USES= cmake compiler:c++14-lang cpe pkgconfig +USES= cmake compiler:c++14-lang cpe minizip:ng pkgconfig CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= ytsutano |