diff options
Diffstat (limited to 'devel/swarm/Makefile')
-rw-r--r-- | devel/swarm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile index 4203a8c0ef7..53051e4c8dc 100644 --- a/devel/swarm/Makefile +++ b/devel/swarm/Makefile @@ -40,15 +40,15 @@ CONFIGURE_ARGS= --with-defaultdir=${PREFIX} \ post-patch: @${REINPLACE_CMD} \ - -e 's|%%LTCONFIG%%|${LIBTOOL_SHAREDIR}/ltconfig${LIBTOOL_VERSION}|g' \ + -e 's|%%LTCONFIG%%|${LTCONFIG}|g' \ -e 's|%%LTMAIN%%|${LIBTOOL_SHAREDIR}/ltmain.sh|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} \ - -e 's|%%LTCONFIG%%|${LIBTOOL_SHAREDIR}/ltconfig${LIBTOOL_VERSION}|g' \ + -e 's|%%LTCONFIG%%|${LTCONFIG}|g' \ -e 's|%%LTMAIN%%|${LIBTOOL_SHAREDIR}/ltmain.sh|g' \ ${WRKSRC}/libobjc/configure @${REINPLACE_CMD} \ - -e 's|%%LTCONFIG%%|${LIBTOOL_SHAREDIR}/ltconfig${LIBTOOL_VERSION}|g' \ + -e 's|%%LTCONFIG%%|${LTCONFIG}|g' \ -e 's|%%LTMAIN%%|${LIBTOOL_SHAREDIR}/ltmain.sh|g' \ ${WRKSRC}/avcall/configure |