diff options
Diffstat (limited to 'devel/codeblocks/Makefile')
| -rw-r--r-- | devel/codeblocks/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile index c964e9212da5..810dfe87239b 100644 --- a/devel/codeblocks/Makefile +++ b/devel/codeblocks/Makefile @@ -1,6 +1,6 @@ PORTNAME= codeblocks PORTVERSION= 20.03 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} @@ -12,7 +12,7 @@ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi BUILD_DEPENDS= zip:archivers/zip -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libhunspell-1.7.so:textproc/hunspell \ @@ -48,4 +48,8 @@ CONFIGURE_ARGS+= --with-contrib-plugins=all PLIST_SUB= X86="" .endif +post-patch: + @${REINPLACE_CMD} -e '/boost_system/d' -e '/AX_BOOST_SYSTEM/d' \ + ${WRKSRC}/configure.ac + .include <bsd.port.post.mk> |
