diff options
Diffstat (limited to 'irc/weechat/Makefile')
-rw-r--r-- | irc/weechat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index a2297bf9fe2e..0e8f49ce2a19 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -1,5 +1,5 @@ PORTNAME= weechat -PORTVERSION= 4.6.3 +PORTVERSION= 4.7.0 CATEGORIES= irc MASTER_SITES= https://weechat.org/files/src/ @@ -77,8 +77,6 @@ post-patch: @${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/$f . endfor .endif - @${REINPLACE_CMD} 's|python${PYTHON_MAJOR_VER}|python-${PYTHON_VER}|' \ - ${WRKSRC}/cmake/FindPython.cmake post-patch-ICON-off: @${REINPLACE_CMD} -e '/^# icon$$/,/^$$/d' ${WRKSRC}/CMakeLists.txt |