diff options
Diffstat (limited to 'net-im/climm')
-rw-r--r-- | net-im/climm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 93dcb2dd3a2f..26d22a7ac0e9 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -80,6 +80,7 @@ LIB_DEPENDS+= iksemel:${PORTSDIR}/textproc/iksemel \ post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/ doc//' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/^noinst_LIBRARIES/d' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e '/ac_lib/s/tcl8\./tcl8/g' \ -e '/libgnutls_config_version=/s/--version/--modversion/' \ ${WRKSRC}/configure |